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