Uses of Enum Class
org.jenkinsci.test.acceptance.plugins.job_dsl.JobDslLookupStrategy
Packages that use JobDslLookupStrategy
-
Uses of JobDslLookupStrategy in org.jenkinsci.test.acceptance.plugins.job_dsl
Methods in org.jenkinsci.test.acceptance.plugins.job_dsl that return JobDslLookupStrategyModifier and TypeMethodDescriptionJobDslBuildStep.getLookupStrategy()
Determines the context to use for relative job names.static JobDslLookupStrategy
Returns the enum constant of this class with the specified name.static JobDslLookupStrategy[]
JobDslLookupStrategy.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 JobDslLookupStrategyModifier and TypeMethodDescriptionvoid
JobDslBuildStep.setLookupStrategy
(JobDslLookupStrategy strategy) Set the context to use for relative job names.