org.ukiuni.callOtherJenkins.CallOtherJenkins
クラス JenkinsRemoteIF

java.lang.Object
  上位を拡張 org.ukiuni.callOtherJenkins.CallOtherJenkins.JenkinsRemoteIF

public class JenkinsRemoteIF
extends Object


入れ子のクラスの概要
static class JenkinsRemoteIF.LastCompleteBuild
           
static class JenkinsRemoteIF.TimeoutException
           
 
コンストラクタの概要
JenkinsRemoteIF(String hostName, String jobName, boolean useHttps)
           
 
メソッドの概要
 void exec(PrintStream out)
           
 Long loadLastBuildNumber(PrintStream out)
           
 JenkinsRemoteIF.LastCompleteBuild loadLastCompleteBuild(PrintStream out)
           
 Long loadNextBuildNumber(PrintStream out)
           
 JenkinsRemoteIF.LastCompleteBuild seekEnd(PrintStream out, long number, long span, long retry)
           
 void setAuthentication(String userName, String password)
           
 void setParameters(String parameters)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JenkinsRemoteIF

public JenkinsRemoteIF(String hostName,
                       String jobName,
                       boolean useHttps)
メソッドの詳細

setAuthentication

public void setAuthentication(String userName,
                              String password)

setParameters

public void setParameters(String parameters)

loadLastBuildNumber

public Long loadLastBuildNumber(PrintStream out)
                         throws IOException
例外:
IOException

loadNextBuildNumber

public Long loadNextBuildNumber(PrintStream out)
                         throws IOException
例外:
IOException

exec

public void exec(PrintStream out)
          throws IOException
例外:
IOException

loadLastCompleteBuild

public JenkinsRemoteIF.LastCompleteBuild loadLastCompleteBuild(PrintStream out)
                                                        throws IOException
例外:
IOException

seekEnd

public JenkinsRemoteIF.LastCompleteBuild seekEnd(PrintStream out,
                                                 long number,
                                                 long span,
                                                 long retry)
                                          throws IOException,
                                                 JenkinsRemoteIF.TimeoutException
例外:
IOException
JenkinsRemoteIF.TimeoutException


Copyright © 2004-2013. All Rights Reserved.