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