public class JobConfigModel extends Object
Constructor and Description |
---|
JobConfigModel(String applicationId,
String releaseId,
String assessmentTypeId,
String technologyStack,
String languageLevel,
boolean runOpenSourceAnalysis,
boolean isExpressScan,
boolean isExpressAudit,
int pollingInterval,
boolean doPrettyLogOutput,
boolean includeAllFiles,
boolean excludeThirdParty,
boolean isRemediationScan,
int entitlementId,
int frequencyType) |
Modifier and Type | Method and Description |
---|---|
int |
getApplicationId() |
int |
getAssessmentTypeId() |
boolean |
getDoPrettyLogOutput() |
int |
getEntitlementFrequencyTypeId() |
int |
getEntitlementId() |
boolean |
getExcludeThirdParty() |
boolean |
getIncludeAllFiles() |
boolean |
getIsExpressAudit() |
boolean |
getIsExpressScan() |
boolean |
getIsRemediationScan() |
String |
getLanguageLevel() |
int |
getPollingInterval() |
int |
getReleaseId() |
boolean |
getRunOpenSourceAnalysis() |
String |
getTechnologyStack() |
File |
getUploadFile() |
boolean |
hasAssessmentTypeId() |
boolean |
hasLanguageLevel() |
boolean |
hasTechnologyStack() |
void |
setUploadFile(File file) |
String |
toString() |
public JobConfigModel(String applicationId, String releaseId, String assessmentTypeId, String technologyStack, String languageLevel, boolean runOpenSourceAnalysis, boolean isExpressScan, boolean isExpressAudit, int pollingInterval, boolean doPrettyLogOutput, boolean includeAllFiles, boolean excludeThirdParty, boolean isRemediationScan, int entitlementId, int frequencyType)
public int getApplicationId()
public int getReleaseId()
public int getAssessmentTypeId()
public boolean hasAssessmentTypeId()
public String getTechnologyStack()
public boolean hasTechnologyStack()
public String getLanguageLevel()
public boolean hasLanguageLevel()
public boolean getRunOpenSourceAnalysis()
public boolean getIsExpressScan()
public boolean getIsExpressAudit()
public int getPollingInterval()
public boolean getDoPrettyLogOutput()
public boolean getIncludeAllFiles()
public boolean getExcludeThirdParty()
public boolean getIsRemediationScan()
public int getEntitlementId()
public int getEntitlementFrequencyTypeId()
public File getUploadFile()
public void setUploadFile(File file)
Copyright © 2016–2017. All rights reserved.