public class BuildConfig extends Object
Constructor and Description |
---|
BuildConfig(String name,
String engineRetries,
boolean bailOnFail,
boolean bailOnPluginFail,
String policyBundleId,
List<Annotation> annotations,
boolean autoSubscribeTagUpdates,
boolean forceAnalyze,
boolean debug,
String engineurl,
String engineuser,
String enginepass,
boolean engineverify) |
Modifier and Type | Method and Description |
---|---|
List<Annotation> |
getAnnotations() |
boolean |
getAutoSubscribeTagUpdates() |
boolean |
getBailOnFail() |
boolean |
getBailOnPluginFail() |
boolean |
getDebug() |
String |
getEnginepass() |
String |
getEngineRetries() |
String |
getEngineurl() |
String |
getEngineuser() |
boolean |
getEngineverify() |
boolean |
getForceAnalyze() |
String |
getName() |
String |
getPolicyBundleId() |
void |
print(ConsoleLog consoleLog) |
public BuildConfig(String name, String engineRetries, boolean bailOnFail, boolean bailOnPluginFail, String policyBundleId, List<Annotation> annotations, boolean autoSubscribeTagUpdates, boolean forceAnalyze, boolean debug, String engineurl, String engineuser, String enginepass, boolean engineverify)
public String getName()
public String getEngineRetries()
public boolean getBailOnFail()
public boolean getBailOnPluginFail()
public String getPolicyBundleId()
public List<Annotation> getAnnotations()
public boolean getAutoSubscribeTagUpdates()
public boolean getForceAnalyze()
public boolean getDebug()
public String getEngineurl()
public String getEngineuser()
public String getEnginepass()
public boolean getEngineverify()
public void print(ConsoleLog consoleLog)
Copyright © 2016–2019. All rights reserved.