Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.model.listeners |
Listener interfaces for various events that occur inside the server.
|
jenkins.model |
Modifier and Type | Method and Description |
---|---|
String |
ComputerSet.checkName(String name)
Makes sure that the given name is good as an agent name.
|
void |
View.rename(String newName)
Renames this view.
|
Modifier and Type | Method and Description |
---|---|
static void |
ItemListener.checkBeforeCopy(Item src,
ItemGroup parent)
Call before a job is copied into a new parent, to allow the
ItemListener implementations the ability
to veto the copy operation before it starts. |
void |
ItemListener.onCheckCopy(Item src,
ItemGroup parent)
Called before a job is copied into a new parent, providing the ability to veto the copy operation before it
starts.
|
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 © 2004–2017. All rights reserved.