Uses of Class
hudson.model.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
Modifier and TypeMethodDescriptionMakes 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
Renames this view. -
Uses of Failure in hudson.model.listeners
Modifier and TypeMethodDescriptionstatic 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.static void
ItemListener.checkBeforeDelete
(Item item) 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.void
ItemListener.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
-
Uses of Failure in jenkins.model
Modifier and TypeMethodDescriptionstatic void
Jenkins.checkGoodName
(String name) Check if the given name is suitable as a name for job, view, etc.void
Deprecated.void
Called when creating a new job.void
-
Uses of Failure in jenkins.model.queue
Modifier and TypeMethodDescriptionstatic void
ItemDeletion.cancelBuildsInProgress
(Item initiatingItem) Cancels any builds in progress of this item (if a job) or descendants (if a folder).
ProjectNamingStrategy.checkName(String, String)