@Extension
public static final class AppThwackRecorder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
AppThwackRecorder.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
Bind descriptor object to capture global plugin settings from 'Manage Jenkins'.
|
hudson.util.FormValidation |
doCheckApiKey(String apiKey)
Validate the user account API key.
|
hudson.util.FormValidation |
doCheckAppArtifact(String appArtifact)
Validate the user entered artifact for the application.
|
hudson.util.FormValidation |
doCheckCalabashFeatures(String calabashFeatures)
Validate the user entered file path to local Calabash features.
|
hudson.util.FormValidation |
doCheckCalabashTags(String calabashTags)
Validate the user entered Calabash tags.
|
hudson.util.FormValidation |
doCheckDevicePoolName(String devicePoolName)
Validate the user selected device pool.
|
hudson.util.FormValidation |
doCheckJunitArtifact(String junitArtifact)
Validate the user entered artifact for JUnit/Robotium test content.
|
hudson.util.FormValidation |
doCheckJunitFilter(String junitFilter)
Validate the user entered JUnit/Robotium filter.
|
hudson.util.FormValidation |
doCheckMonkeyArtifact(String monkeyArtifact)
Validate the user entered MonkeyTalk artifact.
|
hudson.util.FormValidation |
doCheckProjectName(String projectName)
Validate the user selected project.
|
hudson.util.FormValidation |
doCheckType(String type)
Validate the user selected type dropdown.
|
hudson.util.FormValidation |
doCheckUiaArtifact(String uiaArtifact)
Validate the user entered UIA artifact.
|
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, 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 String apiKey
public hudson.util.FormValidation doCheckApiKey(@QueryParameter
String apiKey)
apiKey - public hudson.util.FormValidation doCheckProjectName(@QueryParameter
String projectName)
project - public hudson.util.FormValidation doCheckDevicePoolName(@QueryParameter
String devicePoolName)
pool - public hudson.util.FormValidation doCheckCalabashFeatures(@QueryParameter
String calabashFeatures)
calabashContent - public hudson.util.FormValidation doCheckType(@QueryParameter
String type)
type - public hudson.util.FormValidation doCheckJunitArtifact(@QueryParameter
String junitArtifact)
junitArtifact - public hudson.util.FormValidation doCheckAppArtifact(@QueryParameter
String appArtifact)
appArtifact - public hudson.util.FormValidation doCheckCalabashTags(@QueryParameter
String calabashTags)
calabashTags - public hudson.util.FormValidation doCheckJunitFilter(@QueryParameter
String junitFilter)
junitFilter - public hudson.util.FormValidation doCheckUiaArtifact(@QueryParameter
String uiaArtifact)
uiaArtifact - public hudson.util.FormValidation doCheckMonkeyArtifact(@QueryParameter
String monkeyArtifact)
monkeyArtifact - public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>req - json - public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>Copyright © 2004-2013. All Rights Reserved.