类 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 class
UploadPublisherV2.DescriptorImpl
-
从类继承的嵌套类/接口 hudson.tasks.Publisher
Publisher.DescriptorExtensionListImpl
-
从接口继承的嵌套类/接口 hudson.tasks.BuildStep
BuildStep.PublisherList
-
从接口继承的嵌套类/接口 hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
字段概要
-
从接口继承的字段 hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Secret
getApiKey()
String
getBuildChannelShortcut()
String
getBuildInstallType()
Secret
getBuildPassword()
String
getBuildType()
String
getBuildUpdateDescription()
UploadPublisherV2.DescriptorImpl
getDescriptor()
BuildStepMonitor
getRequiredMonitorService()
String
getScanDir()
String
getWildcard()
boolean
perform(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
- 抛出:
InterruptedException
IOException
-
getDescriptor
public UploadPublisherV2.DescriptorImpl getDescriptor()
- 指定者:
getDescriptor
在接口中Describable<Publisher>
- 覆盖:
getDescriptor
在类中Recorder
-
getRequiredMonitorService
public BuildStepMonitor getRequiredMonitorService()
-
-