Uses of Class
jenkins.model.ProjectNamingStrategy
Packages that use ProjectNamingStrategy
-
Uses of ProjectNamingStrategy in jenkins.model
Subclasses of ProjectNamingStrategy in jenkins.modelModifier 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.Fields in jenkins.model declared as ProjectNamingStrategyModifier and TypeFieldDescriptionstatic final ProjectNamingStrategy
ProjectNamingStrategy.DEFAULT_NAMING_STRATEGY
The default naming strategy which does not restrict the name of a job.Methods in jenkins.model that return ProjectNamingStrategyModifier and TypeMethodDescriptionJenkins.getProjectNamingStrategy()
The strategy used to check the project names.Methods in jenkins.model that return types with arguments of type ProjectNamingStrategyModifier and TypeMethodDescriptionstatic DescriptorExtensionList<ProjectNamingStrategy,
ProjectNamingStrategy.ProjectNamingStrategyDescriptor> ProjectNamingStrategy.all()
Methods in jenkins.model with parameters of type ProjectNamingStrategyModifier and TypeMethodDescriptionvoid
Jenkins.setProjectNamingStrategy
(ProjectNamingStrategy ns)