org.ukiuni.callOtherJenkins.CallOtherJenkins
クラス CallOtherJenkinsBuilder

java.lang.Object
  上位を拡張 hudson.tasks.BuildStepCompatibilityLayer
      上位を拡張 hudson.tasks.Builder
          上位を拡張 org.ukiuni.callOtherJenkins.CallOtherJenkins.CallOtherJenkinsBuilder
すべての実装されたインタフェース:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Builder>, hudson.tasks.BuildStep

public class CallOtherJenkinsBuilder
extends hudson.tasks.Builder

Call other jenkins job

作成者:
ukiuni

入れ子のクラスの概要
static class CallOtherJenkinsBuilder.DescriptorImpl
          Descriptor for CallOtherJenkinsBuilder.
 
インタフェース hudson.tasks.BuildStep から継承された入れ子のクラス/インタフェース
hudson.tasks.BuildStep.PublisherList
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
フィールドの概要
 
インタフェース hudson.tasks.BuildStep から継承されたフィールド
BUILDERS, PUBLISHERS
 
コンストラクタの概要
CallOtherJenkinsBuilder(String hostName, String jobName, String span, String retry, String userName, String password, String parameters)
           
 
メソッドの概要
 CallOtherJenkinsBuilder.DescriptorImpl getDescriptor()
           
 String getHostName()
          We'll use this from the config.jelly.
 String getJobName()
           
 String getParameters()
           
 String getPassword()
           
 String getRetry()
           
 String getSpan()
           
 String getUserName()
           
 boolean perform(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
クラス hudson.tasks.Builder から継承されたメソッド
all, getRequiredMonitorService, prebuild
 
クラス hudson.tasks.BuildStepCompatibilityLayer から継承されたメソッド
getProjectAction, getProjectAction, getProjectActions, perform, prebuild
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース hudson.tasks.BuildStep から継承されたメソッド
getProjectAction, getProjectActions, prebuild
 

コンストラクタの詳細

CallOtherJenkinsBuilder

@DataBoundConstructor
public CallOtherJenkinsBuilder(String hostName,
                                                    String jobName,
                                                    String span,
                                                    String retry,
                                                    String userName,
                                                    String password,
                                                    String parameters)
メソッドの詳細

getUserName

public String getUserName()

getPassword

public String getPassword()

getHostName

public String getHostName()
We'll use this from the config.jelly.


getJobName

public String getJobName()

getSpan

public String getSpan()

getRetry

public String getRetry()

perform

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

getDescriptor

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

getParameters

public String getParameters()


Copyright © 2004-2013. All Rights Reserved.