Class PendingInputActionsExt
java.lang.Object
com.cloudbees.workflow.rest.external.PendingInputActionsExt
- Author:
- tom.fennelly@gmail.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PendingInputActionsExt
create
(org.jenkinsci.plugins.workflow.support.steps.input.InputStepExecution inputStepExecution, org.jenkinsci.plugins.workflow.job.WorkflowRun run) getId()
void
setAbortUrl
(String abortUrl) void
void
setInputs
(List<InputParameterDefExt> inputs) void
setMessage
(String message) void
setProceedText
(String proceedText) void
setProceedUrl
(String proceedUrl) void
setRedirectApprovalUrl
(String redirectApprovalUrl)
-
Constructor Details
-
PendingInputActionsExt
public PendingInputActionsExt()
-
-
Method Details
-
getId
-
setId
-
getProceedText
-
setProceedText
-
getMessage
-
setMessage
-
getInputs
-
setInputs
-
getProceedUrl
-
setProceedUrl
-
getAbortUrl
-
setAbortUrl
-
getRedirectApprovalUrl
-
setRedirectApprovalUrl
-
create
public static PendingInputActionsExt create(org.jenkinsci.plugins.workflow.support.steps.input.InputStepExecution inputStepExecution, org.jenkinsci.plugins.workflow.job.WorkflowRun run)
-