@Extension
@Symbol(value="importDeveloperProfile")
public static class DeveloperProfileLoader.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
コンストラクタと説明 |
---|
DescriptorImpl() |
修飾子とタイプ | メソッドと説明 |
---|---|
hudson.util.FormValidation |
doCheckDeveloperProfileId(String value) |
hudson.util.FormValidation |
doCheckKeychainPath(String value,
String keychainName,
Boolean importIntoExistingKeychain) |
hudson.util.FormValidation |
doCheckKeychainPwd(hudson.util.Secret value,
String keychainName,
Boolean importIntoExistingKeychain) |
hudson.util.ListBoxModel |
doFillProfileIdItems(hudson.model.Item context) |
String |
getDisplayName() |
GlobalConfigurationImpl |
getGlobalConfiguration() |
String |
getUUID() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, 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 isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable
クラス内 hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
public String getDisplayName()
getDisplayName
クラス内 hudson.model.Descriptor<hudson.tasks.Builder>
public hudson.util.ListBoxModel doFillProfileIdItems(@AncestorInPath hudson.model.Item context)
public GlobalConfigurationImpl getGlobalConfiguration()
public String getUUID()
public hudson.util.FormValidation doCheckDeveloperProfileId(@QueryParameter String value)
public hudson.util.FormValidation doCheckKeychainPath(@QueryParameter String value, @QueryParameter String keychainName, @QueryParameter Boolean importIntoExistingKeychain)
Copyright © 2016–2019. All rights reserved.