Branch: refs/heads/master
Home: https://github.com/jenkinsci/job-dsl-plugin
Commit: 843ac64a284a75e40c67d7af81171d78f95ea4f5
https://github.com/jenkinsci/job-dsl-plugin/commit/843ac64a284a75e40c67d7af81171d78f95ea4f5
Author: Daniel Spilker <[email protected]>
Date: 2016-04-18 (Mon, 18 Apr 2016)
Changed paths:
M CONTRIBUTING.md
A docs/Automatically-Generated-DSL.md
M docs/Home.md
M docs/IDE-Support.md
M
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/AbstractExtensibleContext.groovy
A job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/ContextType.groovy
M
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/AxisContext.groovy
M
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/BuildParametersContext.groovy
M
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/ScmContext.groovy
M
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/properties/PropertiesContext.groovy
M
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/publisher/PublisherContext.groovy
M
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/scm/GitContext.groovy
M
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/scm/GitExtensionContext.groovy
M
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/step/StepContext.groovy
M
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/triggers/TriggerContext.groovy
M
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/wrapper/WrapperContext.groovy
M job-dsl-plugin/build.gradle
M
job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/ExtensionPointHelper.java
M
job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/JenkinsJobManagement.java
A
job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/structs/DescribableContext.groovy
A
job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/structs/DescribableHelper.groovy
A
job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/structs/DescribableListContext.groovy
A
job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/structs/ParameterMissingException.groovy
A
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/fixtures/ABean.groovy
A
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/fixtures/ADescribable.groovy
A
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/fixtures/ADuplicateBuilder.groovy
A
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/fixtures/BDuplicateBuilder.groovy
A
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/fixtures/BrokenContext.groovy
A
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/fixtures/DummyTrigger.groovy
A job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/fixtures/Foo.groovy
A
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/fixtures/FooTrigger.groovy
A
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/fixtures/InvalidContext.groovy
A
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/structs/DescribableContextSpec.groovy
A
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/structs/DescribableHelperSpec.groovy
A
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/structs/DescribableListContextSpec.groovy
Log Message:
-----------
added generic DSL support using metadata from Descriptors
Commit: 7abac80db548e53e51d585e395f9babce055187a
https://github.com/jenkinsci/job-dsl-plugin/commit/7abac80db548e53e51d585e395f9babce055187a
Author: Daniel Spilker <[email protected]>
Date: 2016-04-18 (Mon, 18 Apr 2016)
Changed paths:
M CONTRIBUTING.md
A docs/Automatically-Generated-DSL.md
M docs/Home.md
M docs/IDE-Support.md
M
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/AbstractExtensibleContext.groovy
A job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/ContextType.groovy
M
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/AxisContext.groovy
M
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/BuildParametersContext.groovy
M
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/ScmContext.groovy
M
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/properties/PropertiesContext.groovy
M
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/publisher/PublisherContext.groovy
M
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/scm/GitContext.groovy
M
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/scm/GitExtensionContext.groovy
M
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/step/StepContext.groovy
M
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/triggers/TriggerContext.groovy
M
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/wrapper/WrapperContext.groovy
M job-dsl-plugin/build.gradle
M
job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/ExtensionPointHelper.java
M
job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/JenkinsJobManagement.java
A
job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/structs/DescribableContext.groovy
A
job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/structs/DescribableHelper.groovy
A
job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/structs/DescribableListContext.groovy
A
job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/structs/ParameterMissingException.groovy
A
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/fixtures/ABean.groovy
A
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/fixtures/ADescribable.groovy
A
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/fixtures/ADuplicateBuilder.groovy
A
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/fixtures/BDuplicateBuilder.groovy
A
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/fixtures/BrokenContext.groovy
A
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/fixtures/DummyTrigger.groovy
A job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/fixtures/Foo.groovy
A
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/fixtures/FooTrigger.groovy
A
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/fixtures/InvalidContext.groovy
A
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/structs/DescribableContextSpec.groovy
A
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/structs/DescribableHelperSpec.groovy
A
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/structs/DescribableListContextSpec.groovy
Log Message:
-----------
Merge branch 'symbols'
Compare:
https://github.com/jenkinsci/job-dsl-plugin/compare/f4104d19610d...7abac80db548
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.