Uses of Class
hudson.model.Failure
-
Packages that use Failure Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.listeners Listener interfaces for various events that occur inside the server.jenkins.model -
-
Uses of Failure in hudson.model
Methods in hudson.model that throw Failure Modifier and Type Method Description String
ComputerSet. checkName(String name)
Makes sure that the given name is good as an agent name.protected void
AbstractItem. checkRename(String newName)
Allows subclasses to block renames for domain-specific reasons.protected void
Job. checkRename(String newName)
void
View. rename(String newName)
Renames this view. -
Uses of Failure in hudson.model.listeners
Methods in hudson.model.listeners that throw Failure Modifier and Type Method Description static void
ItemListener. checkBeforeCopy(Item src, ItemGroup parent)
Call before a job is copied into a new parent, to allow theItemListener
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. -
Uses of Failure in jenkins.model
Methods in jenkins.model that throw Failure Modifier and Type Method 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)
Deprecated.void
ProjectNamingStrategy. checkName(String parentName, String name)
Called when creating a new job.void
ProjectNamingStrategy.DefaultProjectNamingStrategy. checkName(String origName)
-