@Extension public final class GlobalConfigurationImpl extends GlobalConfiguration
Descriptor.FormException, Descriptor.PropertyType, Descriptor.SelfExtensionPoint.LegacyInstancesAreScopedToHudsonclazz| Constructor and Description |
|---|
GlobalConfigurationImpl() |
GlobalConfigurationImpl(String xcodebuildPath,
String xcrunPath,
String agvtoolPath,
String defaultKeychain,
ArrayList<Keychain> keychains)
Deprecated.
|
GlobalConfigurationImpl(String xcodebuildPath,
String xcrunPath,
String agvtoolPath,
String defaultKeychain,
ArrayList<Keychain> keychains,
ArrayList<Team> teams)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
AutoCompletionCandidates |
doAutoCompleteDefaultKeychain(String value) |
FormValidation |
doCheckAgvtoolPath(String value) |
FormValidation |
doCheckXcodebuildPath(String value) |
FormValidation |
doCheckXcrunPath(String value) |
String |
getAgvtoolPath() |
String |
getDefaultKeychain()
Deprecated.
|
String |
getDisplayName() |
ArrayList<Keychain> |
getKeychains()
Deprecated.
|
ArrayList<Team> |
getTeams()
Deprecated.
|
String |
getXcodebuildPath() |
String |
getXcrunPath() |
boolean |
isApplicable(Class<? extends AbstractProject> aClass) |
void |
setAgvtoolPath(String agvtoolPath) |
void |
setDefaultKeychain(String defaultKeychain)
Deprecated.
|
void |
setKeychains(ArrayList<Keychain> keychains)
Deprecated.
|
void |
setTeams(ArrayList<Team> teams)
Deprecated.
|
void |
setXcodebuildPath(String xcodebuildPath) |
void |
setXcrunPath(String xcrunPath) |
all, getDescriptor, getGlobalConfigPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap@DataBoundConstructor public GlobalConfigurationImpl()
@Deprecated public GlobalConfigurationImpl(String xcodebuildPath, String xcrunPath, String agvtoolPath, String defaultKeychain, ArrayList<Keychain> keychains, ArrayList<Team> teams)
@DataBoundSetter public void setXcodebuildPath(String xcodebuildPath)
@CheckForNull public String getXcodebuildPath()
@DataBoundSetter public void setXcrunPath(String xcrunPath)
@CheckForNull public String getXcrunPath()
@DataBoundSetter public void setAgvtoolPath(String agvtoolPath)
@CheckForNull public String getAgvtoolPath()
@Deprecated @DataBoundSetter public void setDefaultKeychain(String defaultKeychain)
@Deprecated @CheckForNull public String getDefaultKeychain()
@Deprecated @DataBoundSetter public void setKeychains(ArrayList<Keychain> keychains)
@Deprecated public ArrayList<Keychain> getKeychains()
@Deprecated @DataBoundSetter public void setTeams(ArrayList<Team> teams)
@Deprecated public ArrayList<Team> getTeams()
public FormValidation doCheckXcodebuildPath(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic FormValidation doCheckAgvtoolPath(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic FormValidation doCheckXcrunPath(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic AutoCompletionCandidates doAutoCompleteDefaultKeychain(@QueryParameter String value)
public boolean isApplicable(Class<? extends AbstractProject> aClass)
public String getDisplayName()
getDisplayName in class Descriptor<GlobalConfiguration>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws Descriptor.FormException
configure in class GlobalConfigurationDescriptor.FormExceptionCopyright © 2016–2022. All rights reserved.