Uses of Enum Class
org.jenkinsci.test.acceptance.plugins.job_dsl.JobDslRemovedJobAction
Packages that use JobDslRemovedJobAction
-
Uses of JobDslRemovedJobAction in org.jenkinsci.test.acceptance.plugins.job_dsl
Methods in org.jenkinsci.test.acceptance.plugins.job_dsl that return JobDslRemovedJobActionModifier and TypeMethodDescriptionJobDslBuildStep.getRemovedJobAction()Determines what to do when a previously generated job is not referenced anymore.static JobDslRemovedJobActionReturns 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.Methods in org.jenkinsci.test.acceptance.plugins.job_dsl with parameters of type JobDslRemovedJobActionModifier and TypeMethodDescriptionvoidJobDslBuildStep.setRemovedJobAction(JobDslRemovedJobAction action) Set what to do when a previously generated job is not referenced anymore.