@Symbol(value="totaltest")
@Extension
public static final class TotalTestCTBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
| Modifier and Type | Field and Description |
|---|---|
static int |
defaultCCThreshhold |
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 |
doCheckCcThreshhold(String value)
Validates for the 'CcThreshhold' 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 defaultCCThreshhold
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 hudson.util.FormValidation doCheckCcThreshhold(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
value - IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckEnvironmentId(@QueryParameter
String value)
value - public hudson.util.FormValidation doCheckServerUrl(@QueryParameter
String value)
value - 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.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–2019. All rights reserved.