Class PendingInputActionsExt
java.lang.Object
com.cloudbees.workflow.rest.external.PendingInputActionsExt
- Author:
- tom.fennelly@gmail.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PendingInputActionsExtcreate(org.jenkinsci.plugins.workflow.support.steps.input.InputStepExecution inputStepExecution, org.jenkinsci.plugins.workflow.job.WorkflowRun run) getId()voidsetAbortUrl(String abortUrl) voidvoidsetInputs(List<InputParameterDefExt> inputs) voidsetMessage(String message) voidsetProceedText(String proceedText) voidsetProceedUrl(String proceedUrl) voidsetRedirectApprovalUrl(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)
-