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

入れ子のクラスの概要
static class JavaNCSSPublisher.DescriptorImpl
           
 
クラス hudson.tasks.Publisher から継承された入れ子のクラス/インタフェース
hudson.tasks.Publisher.DescriptorExtensionListImpl
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
インタフェース hudson.tasks.BuildStep から継承された入れ子のクラス/インタフェース
hudson.tasks.BuildStep.PublisherList
 
フィールドの概要
static JavaNCSSPublisher.DescriptorImpl DESCRIPTOR
           
 
インタフェース hudson.tasks.BuildStep から継承されたフィールド
BUILDERS, PUBLISHERS
 
コンストラクタの概要
JavaNCSSPublisher(String reportFilenamePattern, JavaNCSSHealthTarget[] targets)
           
 
メソッドの概要
 hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> getDescriptor()
          
 hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
          
 String getReportFilenamePattern()
           
 hudson.tasks.BuildStepMonitor getRequiredMonitorService()
           
 JavaNCSSHealthTarget[] getTargets()
           
 boolean needsToRunAfterFinalized()
          
protected  Ghostwriter newGhostwriter()
          Creates the configured Ghostwriter.
 
クラス hudson.plugins.helpers.AbstractPublisherImpl から継承されたメソッド
perform, prebuild
 
クラス 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.