Class WaitForQualityGateStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.sonarsource.scanner.jenkins.pipeline.WaitForQualityGateStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
,Serializable
public class WaitForQualityGateStep
extends org.jenkinsci.plugins.workflow.steps.Step
implements Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Optional: don't log error when pipeline dependencies are not installedstatic class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setCredentialsId
(String credentialsId) void
setInstallationName
(String installationName) void
setServerUrl
(String serverUrl) void
void
setWebhookSecretId
(String webhookSecretId) 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
-
Constructor Details
-
WaitForQualityGateStep
@DataBoundConstructor public WaitForQualityGateStep(boolean abortPipeline)
-
-
Method Details
-
setWebhookSecretId
-
isAbortPipeline
public boolean isAbortPipeline() -
setTaskId
-
setInstallationName
-
setServerUrl
-
getTaskId
-
getInstallationName
-
getServerUrl
-
getCredentialsId
-
getWebhookSecretId
-
setCredentialsId
-
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
-