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.static voidItemListener.checkBeforeDelete(Item item) 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.voidItemListener.onCheckDelete(Item item) Called before an item is deleted, providing the ability to veto the deletion 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 -
Uses of Failure in jenkins.model.queue
Methods in jenkins.model.queue that throw FailureModifier and TypeMethodDescriptionstatic voidItemDeletion.cancelBuildsInProgress(Item initiatingItem) Cancels any builds in progress of this item (if a job) or descendants (if a folder).
ProjectNamingStrategy.checkName(String, String)