public class ViolationsToGitLabConfig extends Object implements Serializable
| Constructor and Description |
|---|
ViolationsToGitLabConfig() |
ViolationsToGitLabConfig(boolean commentOnlyChangedContent,
boolean createCommentWithAllSingleFileComments,
List<ViolationConfig> violationConfigs,
String gitLabUrl,
String apiToken,
String projectId,
String mergeRequestId,
boolean useApiTokenCredentials,
String apiTokenCredentialsId,
boolean ignoreCertificateErrors,
boolean apiTokenPrivate,
boolean authMethodHeader,
boolean useApiToken,
se.bjurr.violations.lib.model.SEVERITY minSeverity) |
ViolationsToGitLabConfig(ViolationsToGitLabConfig rhs) |
@DataBoundConstructor
public ViolationsToGitLabConfig(boolean commentOnlyChangedContent,
boolean createCommentWithAllSingleFileComments,
List<ViolationConfig> violationConfigs,
String gitLabUrl,
String apiToken,
String projectId,
String mergeRequestId,
boolean useApiTokenCredentials,
String apiTokenCredentialsId,
boolean ignoreCertificateErrors,
boolean apiTokenPrivate,
boolean authMethodHeader,
boolean useApiToken,
se.bjurr.violations.lib.model.SEVERITY minSeverity)
public ViolationsToGitLabConfig(ViolationsToGitLabConfig rhs)
public ViolationsToGitLabConfig()
public void applyDefaults(ViolationsToGitLabGlobalConfiguration defaults)
public String getGitLabUrl()
public boolean getCommentOnlyChangedContent()
public boolean getCreateCommentWithAllSingleFileComments()
public List<ViolationConfig> getViolationConfigs()
public void setIgnoreCertificateErrors(Boolean ignoreCertificateErrors)
public void setApiTokenPrivate(Boolean apiTokenPrivate)
public void setUseApiTokenCredentials(Boolean useApiTokenCredentials)
public void setMergeRequestId(String mergeRequestId)
public void setProjectId(String projectId)
public void setApiTokenCredentialsId(String apiTokenCredentialsId)
public void setAuthMethodHeader(Boolean authMethodHeader)
public String getApiToken()
public String getProjectId()
public Boolean getAuthMethodHeader()
public Boolean getApiTokenPrivate()
public String getMergeRequestId()
public boolean isUseApiTokenCredentials()
public String getApiTokenCredentialsId()
public boolean getIgnoreCertificateErrors()
public void setCreateCommentWithAllSingleFileComments(boolean createCommentWithAllSingleFileComments)
public se.bjurr.violations.lib.model.SEVERITY getMinSeverity()
public void setMinSeverity(se.bjurr.violations.lib.model.SEVERITY minSeverity)
public Boolean getUseApiToken()
public Boolean getUseApiTokenCredentials()
public void setUseApiToken(Boolean useApiToken)
public void setCommentOnlyChangedContent(boolean commentOnlyChangedContent)
public void setViolationConfigs(List<ViolationConfig> violationConfigs)
public void setGitLabUrl(String gitLabUrl)
public void setApiToken(String apiToken)
Copyright © 2016–2017. All rights reserved.