Class GetStaticScanSetupResponse
- java.lang.Object
-
- org.jenkinsci.plugins.fodupload.models.response.GetStaticScanSetupResponse
-
public class GetStaticScanSetupResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description GetStaticScanSetupResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAssessmentTypeId()
int
getAuditPreferenceType()
String
getBsiToken()
int
getEntitlementFrequencyType()
int
getEntitlementId()
String
getLanguageLevel()
int
getLanguageLevelId()
int
getReleaseId()
String
getTechnologyStack()
int
getTechnologyStackId()
boolean
isIncludeThirdPartyLibraries()
boolean
isPerformOpenSourceAnalysis()
boolean
isUseSourceControl()
-
-
-
Method Detail
-
getAssessmentTypeId
public int getAssessmentTypeId()
-
getEntitlementId
public int getEntitlementId()
-
getEntitlementFrequencyType
public int getEntitlementFrequencyType()
-
getReleaseId
public int getReleaseId()
-
getTechnologyStackId
public int getTechnologyStackId()
-
getLanguageLevelId
public int getLanguageLevelId()
-
isPerformOpenSourceAnalysis
public boolean isPerformOpenSourceAnalysis()
-
getAuditPreferenceType
public int getAuditPreferenceType()
-
isIncludeThirdPartyLibraries
public boolean isIncludeThirdPartyLibraries()
-
isUseSourceControl
public boolean isUseSourceControl()
-
getBsiToken
public String getBsiToken()
-
getTechnologyStack
public String getTechnologyStack()
-
getLanguageLevel
public String getLanguageLevel()
-
-