hudson.plugins.javancss
クラス JavaNCSSPublisher
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Notifier
hudson.plugins.helpers.AbstractPublisherImpl
hudson.plugins.javancss.JavaNCSSPublisher
- すべての実装されたインタフェース:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep
public class JavaNCSSPublisher
- extends AbstractPublisherImpl
TODO javadoc.
- 導入されたバージョン:
- 08-Jan-2008 21:24:06
- 作成者:
- 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 |
クラス hudson.tasks.Publisher から継承されたメソッド |
all, getProjectAction, prebuild |
クラス hudson.tasks.BuildStepCompatibilityLayer から継承されたメソッド |
getProjectActions, perform |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース hudson.tasks.BuildStep から継承されたメソッド |
getProjectActions |
DESCRIPTOR
@Extension
public static final JavaNCSSPublisher.DescriptorImpl DESCRIPTOR
JavaNCSSPublisher
@DataBoundConstructor
public JavaNCSSPublisher(String reportFilenamePattern,
JavaNCSSHealthTarget[] targets)
getReportFilenamePattern
public String getReportFilenamePattern()
getTargets
public JavaNCSSHealthTarget[] getTargets()
needsToRunAfterFinalized
public boolean needsToRunAfterFinalized()
-
- オーバーライド:
- クラス
hudson.tasks.Publisher
内の needsToRunAfterFinalized
getRequiredMonitorService
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getDescriptor
public hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> getDescriptor()
-
- 定義:
- インタフェース
hudson.model.Describable<hudson.tasks.Publisher>
内の getDescriptor
- オーバーライド:
- クラス
hudson.tasks.Notifier
内の getDescriptor
getProjectAction
public hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
-
- 定義:
- インタフェース
hudson.tasks.BuildStep
内の getProjectAction
- オーバーライド:
- クラス
hudson.tasks.BuildStepCompatibilityLayer
内の getProjectAction
newGhostwriter
protected Ghostwriter newGhostwriter()
- クラス
AbstractPublisherImpl
の記述:
- Creates the configured Ghostwriter.
- 定義:
- クラス
AbstractPublisherImpl
内の newGhostwriter
- 戻り値:
- returns the configured Ghostwriter.
Copyright © 2004-2011. All Rights Reserved.