Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
jenkins.model |
Modifier and Type | Method and Description |
---|---|
String |
ComputerSet.checkName(String name)
Makes sure that the given name is good as a slave name.
|
void |
View.rename(String newName)
Renames this view.
|
Modifier and Type | Method and Description |
---|---|
static void |
Jenkins.checkGoodName(String name)
Check if the given name is suitable as a name
for job, view, etc.
|
void |
ProjectNamingStrategy.checkName(String name)
Called when creating a new job.
|
void |
ProjectNamingStrategy.DefaultProjectNamingStrategy.checkName(String origName) |
Copyright © 2015. All rights reserved.