org.jenkinsci.plugins.rabbitmqbuildtrigger
クラス RemoteBuildCause

java.lang.Object
  上位を拡張 hudson.model.Cause
      上位を拡張 org.jenkinsci.plugins.rabbitmqbuildtrigger.RemoteBuildCause

public class RemoteBuildCause
extends hudson.model.Cause

Cause class for remote build.

作成者:
rinrinne a.k.a. rin_ne

入れ子のクラスの概要
 
クラス hudson.model.Cause から継承された入れ子のクラス/インタフェース
hudson.model.Cause.LegacyCodeCause, hudson.model.Cause.RemoteCause, hudson.model.Cause.UpstreamCause, hudson.model.Cause.UserCause, hudson.model.Cause.UserIdCause
 
コンストラクタの概要
RemoteBuildCause(String queueName)
          Creates instance with specified parameter.
 
メソッドの概要
 String getShortDescription()
           
 
クラス hudson.model.Cause から継承されたメソッド
onAddedTo, print
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RemoteBuildCause

public RemoteBuildCause(String queueName)
Creates instance with specified parameter.

パラメータ:
queueName - the queue name.
メソッドの詳細

getShortDescription

@Exported(visibility=3)
public String getShortDescription()
定義:
クラス hudson.model.Cause 内の getShortDescription


Copyright © 2004-2014. All Rights Reserved.