Uses of Class
hudson.model.Failure
Packages that use Failure
Package
Description
Core object model that are bound to URLs via stapler, rooted at 
Jenkins.Listener interfaces for various events that occur inside the server.
- 
Uses of Failure in hudson.model
Methods in hudson.model that throw FailureModifier and TypeMethodDescriptionMakes sure that the given name is good as an agent name.protected voidAbstractItem.checkRename(String newName) Allows subclasses to block renames for domain-specific reasons.protected voidJob.checkRename(String newName) voidRenames this view. - 
Uses of Failure in hudson.model.listeners
Methods in hudson.model.listeners that throw FailureModifier and TypeMethodDescriptionstatic voidItemListener.checkBeforeCopy(Item src, ItemGroup parent) Call before a job is copied into a new parent, to allow theItemListenerimplementations the ability to veto the copy operation before it starts.voidItemListener.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.agents
Methods in jenkins.agents that throw Failure - 
Uses of Failure in jenkins.model
Methods in jenkins.model that throw FailureModifier and TypeMethodDescriptionstatic voidJenkins.checkGoodName(String name) Check if the given name is suitable as a name for job, view, etc.voidDeprecated.voidCalled when creating a new job.void 
ProjectNamingStrategy.checkName(String, String)