Uses of Class
jenkins.model.ProjectNamingStrategy
-
Packages that use ProjectNamingStrategy Package Description jenkins.model -
-
Uses of ProjectNamingStrategy in jenkins.model
Subclasses of ProjectNamingStrategy in jenkins.model Modifier and Type Class Description static class
ProjectNamingStrategy.DefaultProjectNamingStrategy
Default implementation which does not restrict the name to any form.static class
ProjectNamingStrategy.PatternProjectNamingStrategy
Naming strategy which allows the admin to define a pattern a job's name has to follow.Fields in jenkins.model declared as ProjectNamingStrategy Modifier and Type Field Description static ProjectNamingStrategy
ProjectNamingStrategy. DEFAULT_NAMING_STRATEGY
The default naming strategy which does not restrict the name of a job.Methods in jenkins.model that return ProjectNamingStrategy Modifier and Type Method Description ProjectNamingStrategy
Jenkins. getProjectNamingStrategy()
The strategy used to check the project names.Methods in jenkins.model that return types with arguments of type ProjectNamingStrategy Modifier and Type Method Description static DescriptorExtensionList<ProjectNamingStrategy,ProjectNamingStrategy.ProjectNamingStrategyDescriptor>
ProjectNamingStrategy. all()
Methods in jenkins.model with parameters of type ProjectNamingStrategy Modifier and Type Method Description void
Jenkins. setProjectNamingStrategy(ProjectNamingStrategy ns)
-