public class SenderConfiguration extends Object
| Constructor and Description |
|---|
SenderConfiguration(boolean checkPolicies,
String serviceUrl,
int connectionTimeOut,
String proxyHost,
int proxyPort,
String proxyUser,
String proxyPassword,
boolean forceCheckAllDependencies,
boolean forceUpdate,
boolean forceUpdateFailBuildOnPolicyViolation,
String updateTypeValue,
boolean enableImpactAnalysis,
boolean ignoreCertificateCheck,
int connectionRetries,
int connectionRetriesIntervals,
boolean sendLogsToWss) |
| Modifier and Type | Method and Description |
|---|---|
int |
getConnectionRetries() |
int |
getConnectionRetriesIntervals() |
int |
getConnectionTimeOut() |
String |
getProxyHost() |
String |
getProxyPassword() |
int |
getProxyPort() |
String |
getProxyUser() |
String |
getServiceUrl() |
String |
getUpdateTypeValue() |
boolean |
isCheckPolicies() |
boolean |
isEnableImpactAnalysis() |
boolean |
isForceCheckAllDependencies() |
boolean |
isForceUpdate() |
boolean |
isForceUpdateFailBuildOnPolicyViolation() |
boolean |
isIgnoreCertificateCheck() |
boolean |
isSendLogsToWss() |
String |
toString() |
public SenderConfiguration(boolean checkPolicies,
String serviceUrl,
int connectionTimeOut,
String proxyHost,
int proxyPort,
String proxyUser,
String proxyPassword,
boolean forceCheckAllDependencies,
boolean forceUpdate,
boolean forceUpdateFailBuildOnPolicyViolation,
String updateTypeValue,
boolean enableImpactAnalysis,
boolean ignoreCertificateCheck,
int connectionRetries,
int connectionRetriesIntervals,
boolean sendLogsToWss)
public String getServiceUrl()
public String getUpdateTypeValue()
public boolean isCheckPolicies()
public String getProxyHost()
public int getConnectionTimeOut()
public int getConnectionRetries()
public int getConnectionRetriesIntervals()
public int getProxyPort()
public String getProxyUser()
public String getProxyPassword()
public boolean isForceCheckAllDependencies()
public boolean isForceUpdate()
public boolean isForceUpdateFailBuildOnPolicyViolation()
public boolean isEnableImpactAnalysis()
public boolean isIgnoreCertificateCheck()
public boolean isSendLogsToWss()
Copyright © 2014–2020 Checkmarx. All rights reserved.