@Symbol(value="aliyunOSSUpload")
@Extension
public static final class OSSPublisher.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
构造器和说明 |
---|
DescriptorImpl() |
限定符和类型 | 方法和说明 |
---|---|
hudson.util.FormValidation |
doCheckAccessKeyId(String value) |
hudson.util.FormValidation |
doCheckAccessKeySecret(String value) |
hudson.util.FormValidation |
doCheckBucketName(String value) |
hudson.util.FormValidation |
doCheckEndpoint(String value) |
hudson.util.FormValidation |
doCheckLocalPath(String value) |
hudson.util.FormValidation |
doCheckMaxRetries(String value) |
hudson.util.FormValidation |
doCheckRemotePath(String value) |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, 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 hudson.util.FormValidation doCheckMaxRetries(@QueryParameter String value)
public hudson.util.FormValidation doCheckEndpoint(@QueryParameter(required=true) String value)
public hudson.util.FormValidation doCheckAccessKeyId(@QueryParameter(required=true) String value)
public hudson.util.FormValidation doCheckAccessKeySecret(@QueryParameter(required=true) String value)
public hudson.util.FormValidation doCheckBucketName(@QueryParameter(required=true) String value)
public hudson.util.FormValidation doCheckLocalPath(@QueryParameter(required=true) String value)
public hudson.util.FormValidation doCheckRemotePath(@QueryParameter(required=true) String value)
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable
在类中 hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
Copyright © 2016–2021. All rights reserved.