@Symbol(value="totaltest")
@Extension
public static final class TotalTestCTBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
| Modifier and Type | Field and Description |
|---|---|
static String |
defaultAccountInfo |
static int |
defaultCCThreshold |
static String |
defaultFolderPath |
static Boolean |
defaultHaltAtFailure |
static Boolean |
defaultRecursive |
static String |
defaultReportFolder |
static String |
defaultSourceFolder |
static Boolean |
defaultStopIfTestFailsOrThresholdReached |
static Boolean |
defaultUploadToServer |
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckAccountInfo(String value) |
hudson.util.FormValidation |
doCheckCcThreshold(String value)
Validates for the 'CcThreshold' field
|
hudson.util.FormValidation |
doCheckCredentialsId(String value)
Validates for the 'Login Credential' field
|
hudson.util.FormValidation |
doCheckEnvironmentId(String value)
Validates for the 'EnvironmentId' field
|
hudson.util.FormValidation |
doCheckFolderPath(String value)
Validates for the 'folderPath' field
|
hudson.util.FormValidation |
doCheckReportFolder(String value)
Validates for the 'reportFolder' field
|
hudson.util.FormValidation |
doCheckServerUrl(String value)
Validates for the 'CES server URL' field
|
hudson.util.ListBoxModel |
doFillCredentialsIdItems(jenkins.model.Jenkins context,
String credentialsId,
hudson.model.Item project)
Fills in the Login Credential selection box with applicable Jenkins credentials
|
hudson.util.ListBoxModel |
doFillServerUrlItems(String serverUrl)
Fills in the CES server URL selection box with applicable Jenkins credentials
|
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic static final String defaultFolderPath
public static final int defaultCCThreshold
public static final String defaultSourceFolder
public static final String defaultReportFolder
public static final Boolean defaultRecursive
public static final Boolean defaultStopIfTestFailsOrThresholdReached
public static final Boolean defaultUploadToServer
public static final Boolean defaultHaltAtFailure
public static final String defaultAccountInfo
public hudson.util.FormValidation doCheckCcThreshold(@QueryParameter
String value)
value - The code coverage threshold.public hudson.util.FormValidation doCheckEnvironmentId(@QueryParameter
String value)
value - The environment id.public hudson.util.FormValidation doCheckServerUrl(@QueryParameter
String value)
value - The CES server URL.public hudson.util.FormValidation doCheckCredentialsId(@QueryParameter
String value)
value - Value passed from the config.jelly "fileExtension" fieldpublic hudson.util.FormValidation doCheckReportFolder(@QueryParameter
String value)
value - Value passed from the config.jelly "fileExtension" fieldpublic hudson.util.FormValidation doCheckFolderPath(@QueryParameter
String value)
value - Value passed from the config.jelly "fileExtension" fieldpublic hudson.util.FormValidation doCheckAccountInfo(@QueryParameter
String value)
public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
jenkins.model.Jenkins context,
@QueryParameter
String credentialsId,
@AncestorInPath
hudson.model.Item project)
context - Jenkins context.credentialsId - The credendtial id for the user.project - The Jenkins project.public hudson.util.ListBoxModel doFillServerUrlItems(@QueryParameter
String serverUrl)
serverUrl - The serverUrl id for the user.public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>Copyright © 2016–2020. All rights reserved.