hudson.plugins.mantis
クラス MantisIssueUpdater

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

public final class MantisIssueUpdater
extends hudson.tasks.Publisher

Parses changelog for Mantis issue IDs and updates Mantis issues.

作成者:
Seiji Sogabe

入れ子のクラスの概要
static class MantisIssueUpdater.DescriptorImpl
           
 
インタフェース hudson.tasks.BuildStep から継承された入れ子のクラス/インタフェース
hudson.tasks.BuildStep.PublisherList
 
フィールドの概要
static MantisIssueUpdater.DescriptorImpl DESCRIPTOR
           
 
インタフェース hudson.tasks.BuildStep から継承されたフィールド
BUILDERS, PUBLISHERS
 
コンストラクタの概要
MantisIssueUpdater(boolean keepNotePrivate)
           
 
メソッドの概要
 MantisIssueUpdater.DescriptorImpl getDescriptor()
           
 boolean isKeepNotePrivate()
           
 boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
クラス hudson.tasks.Publisher から継承されたメソッド
getProjectAction, needsToRunAfterFinalized, prebuild
 
クラス hudson.tasks.BuildStepCompatibilityLayer から継承されたメソッド
getProjectAction, perform, prebuild
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース hudson.tasks.BuildStep から継承されたメソッド
getProjectAction, prebuild
 

フィールドの詳細

DESCRIPTOR

public static final MantisIssueUpdater.DescriptorImpl DESCRIPTOR
コンストラクタの詳細

MantisIssueUpdater

@DataBoundConstructor
public MantisIssueUpdater(boolean keepNotePrivate)
メソッドの詳細

isKeepNotePrivate

public boolean isKeepNotePrivate()

getDescriptor

public MantisIssueUpdater.DescriptorImpl getDescriptor()

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 © 2008. All Rights Reserved.