This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "jbehave-core".
The branch, master has been updated
via e90019f8309dc35cd825e96101ab59a0793a0384 (commit)
from 645972723ceb7c7da6f1ad93d40f8d78b9587ebc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e90019f8309dc35cd825e96101ab59a0793a0384
Author: Mauro Talevi <[email protected]>
Date: Wed Dec 15 23:37:56 2010 +0100
JBEHAVE-394: Added Hudson plugin contributed by Alan Parkinson.
-----------------------------------------------------------------------
Summary of changes:
jbehave-hudson-plugin/pom.xml | 88 ++++++++
jbehave-hudson-plugin/readme.txt | 12 +
.../org/jbehave/hudson/JBehaveInputMetric.java | 34 +++
.../java/org/jbehave/hudson/JBehavePluginType.java | 34 +++
.../main/java/org/jbehave/hudson/JBehaveType.java | 22 ++
.../org/jbehave/hudson/MavenSurefireModel.java | 25 +++
.../src/main/resources/index.jelly | 3 +
.../jbehave/hudson/jbehave-3.2-to-junit-1.0.xsl | 220 ++++++++++++++++++++
.../src/main/webapp/help-globalConfig.html | 5 +
.../src/test/java/org/jbehave/hudson/MySteps.java | 37 ++++
.../org/jbehave/hudson/ReportTransformTest.java | 181 ++++++++++++++++
.../src/test/resources/all_failed.story | 6 +
.../src/test/resources/all_successful.story | 4 +
.../resources/examples_table_with_failure.story | 24 ++
.../failure_followed_by_given_story.story | 13 ++
.../src/test/resources/given_failing_story.story | 8 +
.../src/test/resources/given_story.story | 8 +
pom.xml | 1 +
18 files changed, 725 insertions(+), 0 deletions(-)
create mode 100644 jbehave-hudson-plugin/pom.xml
create mode 100644 jbehave-hudson-plugin/readme.txt
create mode 100644
jbehave-hudson-plugin/src/main/java/org/jbehave/hudson/JBehaveInputMetric.java
create mode 100644
jbehave-hudson-plugin/src/main/java/org/jbehave/hudson/JBehavePluginType.java
create mode 100644
jbehave-hudson-plugin/src/main/java/org/jbehave/hudson/JBehaveType.java
create mode 100644
jbehave-hudson-plugin/src/main/java/org/jbehave/hudson/MavenSurefireModel.java
create mode 100644 jbehave-hudson-plugin/src/main/resources/index.jelly
create mode 100644
jbehave-hudson-plugin/src/main/resources/org/jbehave/hudson/jbehave-3.2-to-junit-1.0.xsl
create mode 100644 jbehave-hudson-plugin/src/main/webapp/help-globalConfig.html
create mode 100644
jbehave-hudson-plugin/src/test/java/org/jbehave/hudson/MySteps.java
create mode 100644
jbehave-hudson-plugin/src/test/java/org/jbehave/hudson/ReportTransformTest.java
create mode 100644 jbehave-hudson-plugin/src/test/resources/all_failed.story
create mode 100644
jbehave-hudson-plugin/src/test/resources/all_successful.story
create mode 100644
jbehave-hudson-plugin/src/test/resources/examples_table_with_failure.story
create mode 100644
jbehave-hudson-plugin/src/test/resources/failure_followed_by_given_story.story
create mode 100644
jbehave-hudson-plugin/src/test/resources/given_failing_story.story
create mode 100644 jbehave-hudson-plugin/src/test/resources/given_story.story
hooks/post-receive
--
jbehave-core
<hr/>
<p>
To unsubscribe from this list please visit:
</p>
<p>
<a
href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a>