@Extension
public final class GlobalConfigurationImpl
extends jenkins.model.GlobalConfiguration
コンストラクタと説明 |
---|
GlobalConfigurationImpl() |
GlobalConfigurationImpl(String xcodebuildPath,
String xcrunPath,
String agvtoolPath,
String defaultKeychain,
ArrayList<Keychain> keychains)
非推奨です。
|
GlobalConfigurationImpl(String xcodebuildPath,
String xcrunPath,
String agvtoolPath,
String defaultKeychain,
ArrayList<Keychain> keychains,
ArrayList<Team> teams)
非推奨です。
|
修飾子とタイプ | メソッドと説明 |
---|---|
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 |
doCheckXcodebuildPath(String value) |
hudson.util.FormValidation |
doCheckXcrunPath(String value) |
String |
getAgvtoolPath() |
String |
getDefaultKeychain()
非推奨です。
|
String |
getDisplayName() |
ArrayList<Keychain> |
getKeychains()
非推奨です。
|
ArrayList<Team> |
getTeams()
非推奨です。
|
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 |
setTeams(ArrayList<Team> teams)
非推奨です。
|
void |
setXcodebuildPath(String xcodebuildPath) |
void |
setXcrunPath(String xcrunPath) |
all, getCategory, getDescriptor, getGlobalConfigPage
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, 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, 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 hudson.util.FormValidation doCheckXcodebuildPath(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckAgvtoolPath(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckXcrunPath(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.model.AutoCompletionCandidates doAutoCompleteDefaultKeychain(@QueryParameter String value)
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
public String getDisplayName()
getDisplayName
クラス内 jenkins.model.GlobalConfiguration
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
configure
クラス内 hudson.model.Descriptor<jenkins.model.GlobalConfiguration>
hudson.model.Descriptor.FormException
Copyright © 2016–2019. All rights reserved.