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