Class JobDslPromotionProcess
java.lang.Object
hudson.plugins.promoted_builds.integrations.jobdsl.JobDslPromotionProcess
Special holder for the PromotionProcess generated by the Job DSL Plugin
- Author:
- Dennis Schulte
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<groovy.util.Node>
List<groovy.util.Node>
getIcon()
getName()
void
setAssignedLabel
(String assignedLabel) void
setBuildSteps
(List<groovy.util.Node> buildSteps) void
setBuildWrappers
(List<groovy.util.Node> buildWrappers) void
setConditions
(List<PromotionCondition> conditions) void
void
-
Constructor Details
-
JobDslPromotionProcess
public JobDslPromotionProcess()
-
-
Method Details
-
getName
-
setName
-
getIcon
-
setIcon
-
getAssignedLabel
-
setAssignedLabel
-
getConditions
-
setConditions
-
getBuildSteps
-
setBuildSteps
-
setBuildWrappers
-
getBuildWrappers
-