smartjenkins
クラス SmartJenkinsJob

java.lang.Object
  上位を拡張 smartjenkins.SmartJenkinsJob

@ExportedBean
public class SmartJenkinsJob
extends Object


コンストラクタの概要
SmartJenkinsJob(hudson.model.AbstractProject job)
           
 
メソッドの概要
 SmartJenkinsJobConfiguration getConfiguration()
           
 hudson.model.AbstractProject getJob()
           
 String getName()
           
 String getTrigger()
           
 String toEventJSON()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SmartJenkinsJob

public SmartJenkinsJob(hudson.model.AbstractProject job)
メソッドの詳細

getName

@Exported
public String getName()

getJob

@Exported
public hudson.model.AbstractProject getJob()

getConfiguration

@Exported
public SmartJenkinsJobConfiguration getConfiguration()

getTrigger

@Exported
public String getTrigger()

toEventJSON

public String toEventJSON()


Copyright © 2004-2011. All Rights Reserved.