Class PolarisIssueCheckStep
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.PolarisIssueCheckStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
,Serializable
public class PolarisIssueCheckStep
extends org.jenkinsci.plugins.workflow.steps.Step
implements Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setJobTimeoutInMinutes
(Integer jobTimeoutInMinutes) void
setReturnIssueCount
(Boolean returnIssueCount) org.jenkinsci.plugins.workflow.steps.StepExecution
start
(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
-
PolarisIssueCheckStep
@DataBoundConstructor public PolarisIssueCheckStep()
-
-
Method Details
-
getJobTimeoutInMinutes
-
setJobTimeoutInMinutes
-
getReturnIssueCount
-
setReturnIssueCount
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception - Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
- Throws:
Exception
-