public abstract class AbstractCBTStepDescriptor
extends org.jenkinsci.plugins.workflow.steps.StepDescriptor
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
displayName |
java.lang.String |
functionName |
| Constructor and Description |
|---|
AbstractCBTStepDescriptor(java.lang.String functionName,
java.lang.String displayName) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkProxySettingsAndReloadRequest(com.crossbrowsertesting.api.ApiFactory af) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.ItemGroup<?> context) |
hudson.util.ListBoxModel |
doFillnullItems() |
hudson.util.FormValidation |
doTestConnection(java.lang.String username,
java.lang.String authkey) |
java.lang.String |
getDisplayName() |
java.lang.String |
getFunctionName() |
all, allMeta, argumentsToString, byFunctionName, checkContextAvailability, defineArguments, getMetaStepArgumentType, getProvidedContext, getRequiredContext, isAdvanced, isMetaStep, metaStepsOf, newInstance, takesImplicitBlockArgument, uninstantiateaddHelpFileRedirect, 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 java.lang.String functionName
public java.lang.String displayName
public AbstractCBTStepDescriptor(java.lang.String functionName,
java.lang.String displayName)
public hudson.util.ListBoxModel doFillnullItems()
public void checkProxySettingsAndReloadRequest(com.crossbrowsertesting.api.ApiFactory af)
public java.lang.String getFunctionName()
getFunctionName in class org.jenkinsci.plugins.workflow.steps.StepDescriptorpublic java.lang.String getDisplayName()
getDisplayName in class hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
hudson.model.ItemGroup<?> context)
public hudson.util.FormValidation doTestConnection(@QueryParameter(value="username")
java.lang.String username,
@QueryParameter(value="authkey")
java.lang.String authkey)
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOExceptionjavax.servlet.ServletException