hudson.plugins.redmine
クラス RedmineMetricsPublisher

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

public class RedmineMetricsPublisher
extends hudson.tasks.Publisher


入れ子のクラスの概要
static class RedmineMetricsPublisher.DescriptorImpl
           
 
クラス hudson.tasks.Publisher から継承された入れ子のクラス/インタフェース
hudson.tasks.Publisher.DescriptorExtensionListImpl
 
インタフェース hudson.tasks.BuildStep から継承された入れ子のクラス/インタフェース
hudson.tasks.BuildStep.PublisherList
 
フィールドの概要
 
インタフェース hudson.tasks.BuildStep から継承されたフィールド
BUILDERS, PUBLISHERS
 
コンストラクタの概要
RedmineMetricsPublisher(String apiKey, String targetVersion, String ignoreTicketTracker, String ignoreTicketStatus)
           
 
メソッドの概要
 String getApiKey()
           
 String getIgnoreTicketStatus()
           
 String getIgnoreTicketTracker()
           
 hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
           
 hudson.tasks.BuildStepMonitor getRequiredMonitorService()
           
 String getTargetVersion()
           
 boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
クラス hudson.tasks.Publisher から継承されたメソッド
all, getDescriptor, getProjectAction, needsToRunAfterFinalized, prebuild
 
クラス hudson.tasks.BuildStepCompatibilityLayer から継承されたメソッド
getProjectActions, perform, prebuild
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース hudson.tasks.BuildStep から継承されたメソッド
getProjectActions, prebuild
 

コンストラクタの詳細

RedmineMetricsPublisher

@DataBoundConstructor
public RedmineMetricsPublisher(String apiKey,
                                                    String targetVersion,
                                                    String ignoreTicketTracker,
                                                    String ignoreTicketStatus)
メソッドの詳細

perform

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

getRequiredMonitorService

public hudson.tasks.BuildStepMonitor getRequiredMonitorService()

getApiKey

public String getApiKey()

getTargetVersion

public String getTargetVersion()

getIgnoreTicketTracker

public String getIgnoreTicketTracker()

getIgnoreTicketStatus

public String getIgnoreTicketStatus()

getProjectAction

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


Copyright © 2004-2012. All Rights Reserved.