@Extension
public static final class TestInParallelPostBuild.TestInParallelPostBuildDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
Constructor and Description |
---|
TestInParallelPostBuildDescriptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckBatchAccountConfig(String friendlyName,
String accountName,
String accountKey,
String serviceURL) |
hudson.util.FormValidation |
doCheckFriendlyName(String friendlyName) |
hudson.util.FormValidation |
doCheckStorageAccountConfig(String friendlyName,
String accountName,
String accountKey,
String endpointDomain) |
hudson.util.ListBoxModel |
doFillBatchAccountItems() |
hudson.util.ListBoxModel |
doFillStorageAccountItems() |
BatchAccountInfo |
getBatchAccountByFriendlyName(String friendlyName) |
BatchAccountInfo[] |
getBatchAccounts() |
String |
getDisplayName() |
StorageAccountInfo |
getStorageAccountByAccountName(String accountName) |
StorageAccountInfo |
getStorageAccountByFriendlyName(String friendlyName) |
StorageAccountInfo[] |
getStorageAccounts() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, 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, toMap
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
configure
in class hudson.model.Descriptor<hudson.tasks.Publisher>
hudson.model.Descriptor.FormException
public BatchAccountInfo[] getBatchAccounts()
public StorageAccountInfo[] getStorageAccounts()
public BatchAccountInfo getBatchAccountByFriendlyName(String friendlyName)
public StorageAccountInfo getStorageAccountByFriendlyName(String friendlyName)
public StorageAccountInfo getStorageAccountByAccountName(String accountName)
public hudson.util.ListBoxModel doFillBatchAccountItems()
public hudson.util.ListBoxModel doFillStorageAccountItems()
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>
public hudson.util.FormValidation doCheckBatchAccountConfig(@QueryParameter(value="friendlyName") String friendlyName, @QueryParameter(value="accountName") String accountName, @QueryParameter(value="accountKey") String accountKey, @QueryParameter(value="serviceURL") String serviceURL)
public hudson.util.FormValidation doCheckStorageAccountConfig(@QueryParameter(value="friendlyName") String friendlyName, @QueryParameter(value="accountName") String accountName, @QueryParameter(value="accountKey") String accountKey, @QueryParameter(value="endpointDomain") String endpointDomain)
public hudson.util.FormValidation doCheckFriendlyName(@QueryParameter(value="friendlyName") String friendlyName)
Copyright © 2016. All rights reserved.