hudson.plugins.doclinks.m2
クラス DocLinksMavenReporter

java.lang.Object
  上位を拡張 hudson.maven.MavenReporter
      上位を拡張 hudson.plugins.doclinks.m2.DocLinksMavenReporter
すべての実装されたインタフェース:
hudson.ExtensionPoint, hudson.model.Describable<hudson.maven.MavenReporter>, java.io.Serializable

public class DocLinksMavenReporter
extends hudson.maven.MavenReporter

Reporter for M2 project

作成者:
Seiji Sogabe
関連項目:
直列化された形式

入れ子のクラスの概要
static class DocLinksMavenReporter.DocLinksMavenReporterDescriptor
           
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
フィールドの概要
static hudson.maven.MavenReporterDescriptor DESCRIPTOR
           
 
コンストラクタの概要
DocLinksMavenReporter(java.util.List<Document> docs)
           
 
メソッドの概要
 boolean end(hudson.maven.MavenBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 hudson.maven.MavenReporterDescriptor getDescriptor()
           
static java.io.File getDocLinksDir(hudson.maven.MavenModule module)
           
 java.util.List<Document> getDocuments()
          for config.jelly
 hudson.model.Action getProjectAction(hudson.maven.MavenModule module)
           
 
クラス hudson.maven.MavenReporter から継承されたメソッド
enterModule, getAggregatedProjectAction, leaveModule, postBuild, postExecute, preBuild, preExecute, reportGenerated
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

DESCRIPTOR

@Extension
public static final hudson.maven.MavenReporterDescriptor DESCRIPTOR
コンストラクタの詳細

DocLinksMavenReporter

public DocLinksMavenReporter(java.util.List<Document> docs)
メソッドの詳細

getDocLinksDir

public static java.io.File getDocLinksDir(hudson.maven.MavenModule module)

getDescriptor

public hudson.maven.MavenReporterDescriptor getDescriptor()
定義:
インタフェース hudson.model.Describable<hudson.maven.MavenReporter> 内の getDescriptor
オーバーライド:
クラス hudson.maven.MavenReporter 内の getDescriptor

getDocuments

public java.util.List<Document> getDocuments()
for config.jelly


getProjectAction

public hudson.model.Action getProjectAction(hudson.maven.MavenModule module)
オーバーライド:
クラス hudson.maven.MavenReporter 内の getProjectAction

end

public boolean end(hudson.maven.MavenBuild build,
                   hudson.Launcher launcher,
                   hudson.model.BuildListener listener)
            throws java.lang.InterruptedException,
                   java.io.IOException
オーバーライド:
クラス hudson.maven.MavenReporter 内の end
例外:
java.lang.InterruptedException
java.io.IOException


Copyright © 2009. All Rights Reserved.