hudson.plugins.helpers
クラス AbstractPublisherImpl
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Notifier
hudson.plugins.helpers.AbstractPublisherImpl
- すべての実装されたインタフェース:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep
- 直系の既知のサブクラス:
- JavaNCSSPublisher
public abstract class AbstractPublisherImpl
- extends hudson.tasks.Notifier
An abstract Publisher that is designed to work with a Ghostwriter.
- 導入されたバージョン:
- 28-Jan-2008 22:32:46
- 作成者:
- Stephen Connolly
クラス hudson.tasks.Publisher から継承された入れ子のクラス/インタフェース |
hudson.tasks.Publisher.DescriptorExtensionListImpl |
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
インタフェース hudson.tasks.BuildStep から継承された入れ子のクラス/インタフェース |
hudson.tasks.BuildStep.PublisherList |
インタフェース hudson.tasks.BuildStep から継承されたフィールド |
BUILDERS, PUBLISHERS |
メソッドの概要 |
protected abstract Ghostwriter |
newGhostwriter()
Creates the configured Ghostwriter. |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
|
boolean |
prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
|
クラス hudson.tasks.Notifier から継承されたメソッド |
getDescriptor |
クラス hudson.tasks.Publisher から継承されたメソッド |
all, getProjectAction, needsToRunAfterFinalized, prebuild |
クラス hudson.tasks.BuildStepCompatibilityLayer から継承されたメソッド |
getProjectAction, getProjectActions, perform |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース hudson.tasks.BuildStep から継承されたメソッド |
getProjectAction, getProjectActions, getRequiredMonitorService |
AbstractPublisherImpl
public AbstractPublisherImpl()
newGhostwriter
protected abstract Ghostwriter newGhostwriter()
- Creates the configured Ghostwriter.
- 戻り値:
- returns the configured Ghostwriter.
perform
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
-
- 定義:
- インタフェース
hudson.tasks.BuildStep
内の perform
- オーバーライド:
- クラス
hudson.tasks.BuildStepCompatibilityLayer
内の perform
- 例外:
InterruptedException
IOException
prebuild
public boolean prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
-
- 定義:
- インタフェース
hudson.tasks.BuildStep
内の prebuild
- オーバーライド:
- クラス
hudson.tasks.BuildStepCompatibilityLayer
内の prebuild
Copyright © 2004-2011. All Rights Reserved.