|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.deluan.jenkins.plugins.rtc.JazzClient
public class JazzClient
Encapsulates the invocation of RTC's SCM Command Line Interface, "scm".
| Field Summary | |
|---|---|
static String |
SCM_CMD
|
| Constructor Summary | |
|---|---|
JazzClient(hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.FilePath jobWorkspace,
String jazzExecutable,
JazzConfiguration configuration)
|
|
| Method Summary | |
|---|---|
List<JazzChangeSet> |
accept()
Call scm accept command. |
boolean |
hasChanges()
Returns true if there is any incoming changes to be accepted. |
boolean |
load()
Call scm load command. |
boolean |
stopDaemon()
Call scm daemon stop command. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SCM_CMD
| Constructor Detail |
|---|
public JazzClient(hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.FilePath jobWorkspace,
String jazzExecutable,
JazzConfiguration configuration)
| Method Detail |
|---|
public boolean hasChanges()
throws IOException,
InterruptedException
IOException
InterruptedException
public boolean load()
throws IOException,
InterruptedException
IOException
InterruptedException
public boolean stopDaemon()
throws IOException,
InterruptedException
IOException
InterruptedException
public List<JazzChangeSet> accept()
throws IOException,
InterruptedException
IOException
InterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||