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 classOptional: don't log error when pipeline dependencies are not installedstatic classNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetCredentialsId(String credentialsId) voidsetInstallationName(String installationName) voidsetServerUrl(String serverUrl) voidvoidsetWebhookSecretId(String webhookSecretId) org.jenkinsci.plugins.workflow.steps.StepExecutionstart(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:
startin classorg.jenkinsci.plugins.workflow.steps.Step- Throws:
Exception
-