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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<groovy.util.Node>List<groovy.util.Node>getIcon()getName()voidsetAssignedLabel(String assignedLabel) voidsetBuildSteps(List<groovy.util.Node> buildSteps) voidsetBuildWrappers(List<groovy.util.Node> buildWrappers) voidsetConditions(List<PromotionCondition> conditions) voidvoid
-
Constructor Details
-
JobDslPromotionProcess
public JobDslPromotionProcess()
-
-
Method Details
-
getName
-
setName
-
getIcon
-
setIcon
-
getAssignedLabel
-
setAssignedLabel
-
getConditions
-
setConditions
-
getBuildSteps
-
setBuildSteps
-
setBuildWrappers
-
getBuildWrappers
-