Uses of Enum Class
org.jenkinsci.test.acceptance.plugins.job_dsl.JobDslRemovedJobAction
-
Uses of JobDslRemovedJobAction in org.jenkinsci.test.acceptance.plugins.job_dsl
Modifier and TypeMethodDescriptionJobDslBuildStep.getRemovedJobAction()
Determines what to do when a previously generated job is not referenced anymore.static JobDslRemovedJobAction
Returns the enum constant of this class with the specified name.static JobDslRemovedJobAction[]
JobDslRemovedJobAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
JobDslBuildStep.setRemovedJobAction
(JobDslRemovedJobAction action) Set what to do when a previously generated job is not referenced anymore.