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
- 関連項目:
- 直列化された形式
| インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
フィールドの概要 |
static hudson.maven.MavenReporterDescriptor |
DESCRIPTOR
|
|
メソッドの概要 |
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.