public class QCScanBuilder
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
Modifier and Type | Class and Description |
---|---|
static class |
QCScanBuilder.Descriptor |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory
Constructor and Description |
---|
QCScanBuilder(String credentialsId,
String instanceUrl,
int issuesCountThreshold,
int techDebtThreshold,
int qcThreshold,
int highSeverityThreshold) |
Modifier and Type | Method and Description |
---|---|
String |
getCredentialsId() |
int |
getHighSeverityThreshold() |
String |
getInstanceUrl() |
int |
getIssuesCountThreshold() |
int |
getQcThreshold() |
int |
getTechDebtThreshold() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath filPath,
hudson.Launcher launcher,
hudson.model.TaskListener taskListener) |
all, getDescriptor, getRequiredMonitorService, prebuild
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
public String getCredentialsId()
public String getInstanceUrl()
public int getIssuesCountThreshold()
public int getTechDebtThreshold()
public int getQcThreshold()
public int getHighSeverityThreshold()
public void perform(@Nonnull hudson.model.Run<?,?> run, @Nonnull hudson.FilePath filPath, @Nonnull hudson.Launcher launcher, @Nonnull hudson.model.TaskListener taskListener) throws IOException
perform
in interface jenkins.tasks.SimpleBuildStep
IOException
Copyright © 2016–2018. All rights reserved.