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 classDefault implementation which does not restrict the name to any form.static final classNaming 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 ProjectNamingStrategyProjectNamingStrategy.DEFAULT_NAMING_STRATEGYThe 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 TypeMethodDescriptionvoidJenkins.setProjectNamingStrategy(ProjectNamingStrategy ns)