@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 |
doCheckDefaultKeychain(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
public GlobalConfigurationImpl()
@DataBoundConstructor public GlobalConfigurationImpl(String xcodebuildPath, String xcrunPath, String agvtoolPath, String defaultKeychain, ArrayList<Keychain> keychains, ArrayList<Team> teams)
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.util.FormValidation doCheckDefaultKeychain(@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
public 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 © 2016–2018. All rights reserved.