|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.clearcase.action.DefaultPollAction
public class DefaultPollAction
Default action for polling for changes in a repository.
| Constructor Summary | |
|---|---|
DefaultPollAction(ClearTool cleartool)
|
|
| Method Summary | |
|---|---|
java.util.List<ClearCaseChangeLogEntry> |
getChanges(java.util.Date time,
java.lang.String viewName,
java.lang.String branchName,
java.lang.String vobPaths)
Returns a list of change log entries for the repository since the specified time |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultPollAction(ClearTool cleartool)
| Method Detail |
|---|
public java.util.List<ClearCaseChangeLogEntry> getChanges(java.util.Date time,
java.lang.String viewName,
java.lang.String branchName,
java.lang.String vobPaths)
throws java.io.IOException,
java.lang.InterruptedException
PollAction
getChanges in interface PollActiontime - get all logs since this timeviewName - the name of the viewbranchName - the branch/stream namevobPaths - optional vob paths
java.io.IOException
java.lang.InterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||