hudson.plugins.doclinks
クラス DocLinksPublisher

java.lang.Object
  上位を拡張 hudson.tasks.BuildStepCompatibilityLayer
      上位を拡張 hudson.tasks.Publisher
          上位を拡張 hudson.tasks.Recorder
              上位を拡張 hudson.plugins.doclinks.DocLinksPublisher
すべての実装されたインタフェース:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep

public class DocLinksPublisher
extends hudson.tasks.Recorder

Saves documents which are created in build step.

作成者:
Seiji Sogabe

入れ子のクラスの概要
static class DocLinksPublisher.DocLinksDescriptor
           
 
クラス hudson.tasks.Publisher から継承された入れ子のクラス/インタフェース
hudson.tasks.Publisher.DescriptorExtensionListImpl
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
インタフェース hudson.tasks.BuildStep から継承された入れ子のクラス/インタフェース
hudson.tasks.BuildStep.PublisherList
 
フィールドの概要
static hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> DESCRIPTOR
           
 
インタフェース hudson.tasks.BuildStep から継承されたフィールド
BUILDERS, PUBLISHERS
 
コンストラクタの概要
DocLinksPublisher(java.util.List<Document> docs)
           
 
メソッドの概要
 hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> getDescriptor()
           
static java.io.File getDocLinksDir(hudson.model.AbstractItem project)
           
 java.util.List<Document> getDocuments()
          for config.jelly
 hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
           
 boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
クラス hudson.tasks.Publisher から継承されたメソッド
all, getProjectAction, needsToRunAfterFinalized, prebuild
 
クラス hudson.tasks.BuildStepCompatibilityLayer から継承されたメソッド
perform, prebuild
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース hudson.tasks.BuildStep から継承されたメソッド
prebuild
 

フィールドの詳細

DESCRIPTOR

@Extension
public static final hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> DESCRIPTOR
コンストラクタの詳細

DocLinksPublisher

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

getDocLinksDir

public static java.io.File getDocLinksDir(hudson.model.AbstractItem project)

getDocuments

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


getDescriptor

public hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> getDescriptor()
定義:
インタフェース hudson.model.Describable<hudson.tasks.Publisher> 内の getDescriptor
オーバーライド:
クラス hudson.tasks.Recorder 内の getDescriptor

getProjectAction

public hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
定義:
インタフェース hudson.tasks.BuildStep 内の getProjectAction
オーバーライド:
クラス hudson.tasks.BuildStepCompatibilityLayer 内の getProjectAction

perform

public boolean perform(hudson.model.AbstractBuild<?,?> build,
                       hudson.Launcher launcher,
                       hudson.model.BuildListener listener)
                throws java.lang.InterruptedException,
                       java.io.IOException
定義:
インタフェース hudson.tasks.BuildStep 内の perform
オーバーライド:
クラス hudson.tasks.BuildStepCompatibilityLayer 内の perform
例外:
java.lang.InterruptedException
java.io.IOException


Copyright © 2009. All Rights Reserved.