Class ExecutePolarisCliStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
com.blackduck.integration.jenkins.polaris.extensions.pipeline.ExecutePolarisCliStep
- All Implemented Interfaces:
ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>,Serializable
public class ExecutePolarisCliStep
extends org.jenkinsci.plugins.workflow.steps.Step
implements Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classclassNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCreateChangeSetFile(PipelineCreateChangeSetFile createChangeSetFile) voidsetPolarisCli(String polarisCli) voidsetReturnStatus(Boolean returnStatus) org.jenkinsci.plugins.workflow.steps.StepExecutionstart(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Field Details
-
DISPLAY_NAME
- See Also:
-
PIPELINE_NAME
- See Also:
-
-
Constructor Details
-
ExecutePolarisCliStep
-
-
Method Details
-
getPolarisCli
-
setPolarisCli
-
getArguments
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception - Specified by:
startin classorg.jenkinsci.plugins.workflow.steps.Step- Throws:
Exception
-
getReturnStatus
-
setReturnStatus
-
getCreateChangeSetFile
-
setCreateChangeSetFile
@DataBoundSetter public void setCreateChangeSetFile(@Nullable PipelineCreateChangeSetFile createChangeSetFile)
-