Uses of Class
jenkins.model.ProjectNamingStrategy
-
Uses of ProjectNamingStrategy in jenkins.model
Modifier and TypeClassDescriptionstatic final class
Default implementation which does not restrict the name to any form.static final class
Naming strategy which allows the admin to define a pattern a job's name has to follow.Modifier and TypeFieldDescriptionstatic final ProjectNamingStrategy
ProjectNamingStrategy.DEFAULT_NAMING_STRATEGY
The default naming strategy which does not restrict the name of a job.Modifier and TypeMethodDescriptionJenkins.getProjectNamingStrategy()
The strategy used to check the project names.Modifier and TypeMethodDescriptionstatic DescriptorExtensionList<ProjectNamingStrategy,
ProjectNamingStrategy.ProjectNamingStrategyDescriptor> ProjectNamingStrategy.all()
Modifier and TypeMethodDescriptionvoid
Jenkins.setProjectNamingStrategy
(ProjectNamingStrategy ns)