org.jenkinsci.plugins.nexus
クラス NexusTaskPublisher
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
org.jenkinsci.plugins.nexus.NexusTaskPublisher
- すべての実装されたインタフェース:
- hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep
public class NexusTaskPublisher
- extends hudson.tasks.Publisher
クラス hudson.tasks.Publisher から継承された入れ子のクラス/インタフェース |
hudson.tasks.Publisher.DescriptorExtensionListImpl |
インタフェース hudson.tasks.BuildStep から継承された入れ子のクラス/インタフェース |
hudson.tasks.BuildStep.PublisherList |
インタフェース hudson.tasks.BuildStep から継承されたフィールド |
BUILDERS, PUBLISHERS |
クラス hudson.tasks.Publisher から継承されたメソッド |
all, getProjectAction, needsToRunAfterFinalized, prebuild |
クラス hudson.tasks.BuildStepCompatibilityLayer から継承されたメソッド |
getProjectAction, getProjectActions, perform, prebuild |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース hudson.tasks.BuildStep から継承されたメソッド |
getProjectAction, getProjectActions, prebuild |
NexusTaskPublisher
@DataBoundConstructor
public NexusTaskPublisher(String nexusName,
String tasks)
getNexusName
public String getNexusName()
getSelected
public String getSelected()
getTasks
public String getTasks()
getNexusList
public Collection<NexusDescriptor> getNexusList()
getRequiredMonitorService
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
perform
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
- 定義:
- インタフェース
hudson.tasks.BuildStep
内の perform
- オーバーライド:
- クラス
hudson.tasks.BuildStepCompatibilityLayer
内の perform
getDescriptor
public NexusTaskPublisher.DescriptorImpl getDescriptor()
- 定義:
- インタフェース
hudson.model.Describable<hudson.tasks.Publisher>
内の getDescriptor
- オーバーライド:
- クラス
hudson.tasks.Publisher
内の getDescriptor
Copyright © 2004-2012. All Rights Reserved.