public class KlocworkServerAnalysisConfig extends hudson.model.AbstractDescribableImpl<KlocworkServerAnalysisConfig>
Modifier and Type | Class and Description |
---|---|
static class |
KlocworkServerAnalysisConfig.DescriptorImpl |
Constructor and Description |
---|
KlocworkServerAnalysisConfig(String buildSpec,
String tablesDir,
boolean incrementalAnalysis,
boolean ignoreCompileErrors,
String importConfig,
String additionalOpts) |
Modifier and Type | Method and Description |
---|---|
String |
getAdditionalOpts() |
String |
getBuildSpec() |
boolean |
getIgnoreCompileErrors() |
String |
getImportConfig() |
boolean |
getIncrementalAnalysis() |
List<hudson.util.ArgumentListBuilder> |
getKwadminImportConfigCmds(hudson.EnvVars envVars) |
hudson.util.ArgumentListBuilder |
getKwbuildprojectCmd(hudson.EnvVars envVars) |
hudson.util.ArgumentListBuilder |
getKwdeployCmd(hudson.EnvVars envVars,
hudson.FilePath workspace) |
String |
getTablesDir() |
hudson.util.ArgumentListBuilder |
getVersionCmd() |
boolean |
hasImportConfig() |
public hudson.util.ArgumentListBuilder getVersionCmd()
public hudson.util.ArgumentListBuilder getKwdeployCmd(hudson.EnvVars envVars, hudson.FilePath workspace)
public List<hudson.util.ArgumentListBuilder> getKwadminImportConfigCmds(hudson.EnvVars envVars)
public hudson.util.ArgumentListBuilder getKwbuildprojectCmd(hudson.EnvVars envVars) throws hudson.AbortException
hudson.AbortException
public boolean hasImportConfig()
public String getBuildSpec()
public String getTablesDir()
public boolean getIncrementalAnalysis()
public boolean getIgnoreCompileErrors()
public String getImportConfig()
public String getAdditionalOpts()
Copyright © 2016–2017. All rights reserved.