| Package | Description |
|---|---|
| jenkins.model |
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
static ProjectNamingStrategy |
ProjectNamingStrategy.DEFAULT_NAMING_STRATEGY
The default naming strategy which does not restrict the name of a job.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectNamingStrategy |
Jenkins.getProjectNamingStrategy()
The strategy used to check the project names.
|
| Modifier and Type | Method and Description |
|---|---|
static DescriptorExtensionList<ProjectNamingStrategy,ProjectNamingStrategy.ProjectNamingStrategyDescriptor> |
ProjectNamingStrategy.all() |
| Modifier and Type | Method and Description |
|---|---|
void |
Jenkins.setProjectNamingStrategy(ProjectNamingStrategy ns) |
Copyright © 2019. All rights reserved.