类 UploadPublisherV2
- java.lang.Object
-
- hudson.tasks.BuildStepCompatibilityLayer
-
- hudson.tasks.Publisher
-
- hudson.tasks.Recorder
-
- ren.helloworld.upload2pgyer.UploadPublisherV2
-
- 所有已实现的接口:
ExtensionPoint,Describable<Publisher>,BuildStep
public class UploadPublisherV2 extends Recorder
upload to jenkins- 作者:
- myroid
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classUploadPublisherV2.DescriptorImpl-
从类继承的嵌套类/接口 hudson.tasks.Publisher
Publisher.DescriptorExtensionListImpl
-
从接口继承的嵌套类/接口 hudson.tasks.BuildStep
BuildStep.PublisherList
-
从接口继承的嵌套类/接口 hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
字段概要
-
从接口继承的字段 hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 SecretgetApiKey()StringgetBuildChannelShortcut()StringgetBuildInstallType()SecretgetBuildPassword()StringgetBuildType()StringgetBuildUpdateDescription()UploadPublisherV2.DescriptorImplgetDescriptor()BuildStepMonitorgetRequiredMonitorService()StringgetScanDir()StringgetWildcard()booleanperform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)-
从类继承的方法 hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuild
-
从类继承的方法 hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, prebuild
-
-
-
-
方法详细资料
-
getApiKey
public Secret getApiKey()
-
getScanDir
public String getScanDir()
-
getWildcard
public String getWildcard()
-
getBuildInstallType
public String getBuildInstallType()
-
getBuildPassword
public Secret getBuildPassword()
-
getBuildUpdateDescription
public String getBuildUpdateDescription()
-
getBuildType
public String getBuildType()
-
getBuildChannelShortcut
public String getBuildChannelShortcut()
-
perform
public boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException
- 指定者:
perform在接口中BuildStep- 覆盖:
perform在类中BuildStepCompatibilityLayer- 抛出:
InterruptedExceptionIOException
-
getDescriptor
public UploadPublisherV2.DescriptorImpl getDescriptor()
- 指定者:
getDescriptor在接口中Describable<Publisher>- 覆盖:
getDescriptor在类中Recorder
-
getRequiredMonitorService
public BuildStepMonitor getRequiredMonitorService()
-
-