public abstract class AbstractCBTStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
credentialsId |
org.jenkinsci.plugins.workflow.steps.StepExecution |
execution |
| Constructor and Description |
|---|
AbstractCBTStep(java.lang.String credentialsId) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCredentialsId() |
void |
setCredentialsId(java.lang.String credentialsId) |
void |
setStepExecution(org.jenkinsci.plugins.workflow.steps.StepExecution se) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
public java.lang.String credentialsId
public org.jenkinsci.plugins.workflow.steps.StepExecution execution
public void setCredentialsId(java.lang.String credentialsId)
public java.lang.String getCredentialsId()
public void setStepExecution(org.jenkinsci.plugins.workflow.steps.StepExecution se)
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
throws java.lang.Exception
start in class org.jenkinsci.plugins.workflow.steps.Stepjava.lang.Exception