@Extension
public final class GlobalConfigurationImpl
extends jenkins.model.GlobalConfiguration
| Constructor and Description |
|---|
GlobalConfigurationImpl() |
GlobalConfigurationImpl(String xcodebuildPath,
String xcrunPath,
String agvtoolPath,
String defaultKeychain,
ArrayList<Keychain> keychains) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.model.AutoCompletionCandidates |
doAutoCompleteDefaultKeychain(String value) |
hudson.util.FormValidation |
doCheckAgvtoolPath(String value) |
hudson.util.FormValidation |
doCheckDefaultKeychain(String value) |
hudson.util.FormValidation |
doCheckXcodebuildPath(String value) |
hudson.util.FormValidation |
doCheckXcrunPath(String value) |
String |
getAgvtoolPath() |
String |
getDefaultKeychain() |
String |
getDisplayName() |
ArrayList<Keychain> |
getKeychains() |
String |
getXcodebuildPath() |
String |
getXcrunPath() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
void |
setAgvtoolPath(String agvtoolPath) |
void |
setDefaultKeychain(String defaultKeychain) |
void |
setKeychains(ArrayList<Keychain> keychains) |
void |
setXcodebuildPath(String xcodebuildPath) |
void |
setXcrunPath(String xcrunPath) |
all, getCategory, getDescriptor, getGlobalConfigPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, 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 hudson.util.FormValidation doCheckXcodebuildPath(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckAgvtoolPath(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckXcrunPath(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckDefaultKeychain(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.model.AutoCompletionCandidates doAutoCompleteDefaultKeychain(@QueryParameter
String value)
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
public String getDisplayName()
getDisplayName in class jenkins.model.GlobalConfigurationpublic boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>hudson.model.Descriptor.FormExceptionpublic String getXcodebuildPath()
public void setXcodebuildPath(String xcodebuildPath)
public String getXcrunPath()
public void setXcrunPath(String xcrunPath)
public String getAgvtoolPath()
public void setAgvtoolPath(String agvtoolPath)
public String getDefaultKeychain()
public void setDefaultKeychain(String defaultKeychain)
Copyright © 2004-2016. All Rights Reserved.