Package jenkins.model.menu.event
Class ConfirmationEvent
java.lang.Object
jenkins.model.menu.event.ConfirmationEvent
- All Implemented Interfaces:
Event
@ExportedBean
@Restricted(org.kohsuke.accmod.restrictions.Beta.class)
public final class ConfirmationEvent
extends Object
implements Event
When clicked, a dialog will pop up for confirmation.
e.g. Delete item.
-
Method Summary
-
Method Details
-
of
Created a confirmation event.- Parameters:
title- title of the dialogdescription- additional contextual information about what is being confirmed.postTo- url that it should be submitted to, e.g. deleteItem
-
getTitle
-
getDescription
-
getPostTo
-