Package | Description |
---|---|
hudson.plugins.clearcase.ucm |
Modifier and Type | Method and Description |
---|---|
List<UcmActivity> |
UcmChangeLogAction.getChanges(Date time,
String viewName,
String[] branchNames,
String[] viewPaths) |
List<UcmActivity> |
UcmChangeLogSet.getLogs() |
List<UcmActivity> |
UcmActivity.getSubActivities() |
Iterator<UcmActivity> |
UcmChangeLogSet.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
UcmActivity.addSubActivity(UcmActivity activity) |
Modifier and Type | Method and Description |
---|---|
void |
UcmActivity.addSubActivities(Collection<UcmActivity> activities) |
static void |
UcmChangeLogSet.saveToChangeLog(OutputStream outputStream,
List<UcmActivity> history)
Stores the history objects to the output stream as xml
|
Constructor and Description |
---|
UcmActivity(UcmActivity other)
Copy contructor
|
Constructor and Description |
---|
UcmChangeLogSet(hudson.model.AbstractBuild<?,?> build,
List<UcmActivity> logs) |
Copyright © 2004-2014. All Rights Reserved.