org.jenkinsci.plugins.nopmdcheck.verifytrac
クラス VerifyTracPublisher

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

public class VerifyTracPublisher
extends hudson.tasks.Publisher


入れ子のクラスの概要
static class VerifyTracPublisher.DescriptorImpl
           
 
クラス hudson.tasks.Publisher から継承された入れ子のクラス/インタフェース
hudson.tasks.Publisher.DescriptorExtensionListImpl
 
インタフェース hudson.tasks.BuildStep から継承された入れ子のクラス/インタフェース
hudson.tasks.BuildStep.PublisherList
 
フィールドの概要
 
インタフェース hudson.tasks.BuildStep から継承されたフィールド
BUILDERS, PUBLISHERS
 
コンストラクタの概要
VerifyTracPublisher(String ticketPattern, String tracUrl, String user, String password, Integer thresholdTicketCount)
           
 
メソッドの概要
 VerifyTracPublisher.DescriptorImpl getDescriptor()
           
 String getPassword()
           
 hudson.tasks.BuildStepMonitor getRequiredMonitorService()
           
 Integer getThresholdTicketCount()
           
 String getTicketPattern()
           
 String getTracUrl()
           
 String getUser()
           
 boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 void setPassword(String password)
           
 void setThresholdTicketCount(Integer thresholdTicketCount)
           
 void setTicketPattern(String ticketPattern)
           
 void setTracUrl(String tracUrl)
           
 void setUser(String user)
           
 
クラス hudson.tasks.Publisher から継承されたメソッド
all, getProjectAction, needsToRunAfterFinalized, prebuild
 
クラス hudson.tasks.BuildStepCompatibilityLayer から継承されたメソッド
getProjectAction, getProjectActions, perform, prebuild
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース hudson.tasks.BuildStep から継承されたメソッド
getProjectAction, getProjectActions, prebuild
 

コンストラクタの詳細

VerifyTracPublisher

@DataBoundConstructor
public VerifyTracPublisher(String ticketPattern,
                                                String tracUrl,
                                                String user,
                                                String password,
                                                Integer thresholdTicketCount)
メソッドの詳細

getTicketPattern

public String getTicketPattern()

setTicketPattern

public void setTicketPattern(String ticketPattern)

getTracUrl

public String getTracUrl()

setTracUrl

public void setTracUrl(String tracUrl)

getUser

public String getUser()

setUser

public void setUser(String user)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

getThresholdTicketCount

public Integer getThresholdTicketCount()

setThresholdTicketCount

public void setThresholdTicketCount(Integer thresholdTicketCount)

perform

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

getRequiredMonitorService

public hudson.tasks.BuildStepMonitor getRequiredMonitorService()

getDescriptor

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


Copyright © 2004-2012. All Rights Reserved.