|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Changelist | |
|---|---|
| com.tek42.perforce.parse | Provides a the classes necessary for parsing p4 output and for writing to p4. |
| hudson.plugins.perforce | |
| Uses of Changelist in com.tek42.perforce.parse |
|---|
| Methods in com.tek42.perforce.parse that return Changelist | |
|---|---|
Changelist |
ChangelistBuilder.build(StringBuilder sb)
|
Changelist |
Changes.getChangelist(int number,
int maxFiles)
Returns a single changelist specified by its number. |
| Methods in com.tek42.perforce.parse that return types with arguments of type Changelist | |
|---|---|
List<Changelist> |
Changes.getChangelists(String path,
int lastChange,
int limit,
int maxFiles)
Returns a list of changelists that match the parameters |
List<Changelist> |
Changes.getChangelistsFromNumbers(List<Integer> numbers,
int maxFiles)
Converts a list of numbers to a list of changes. |
| Methods in com.tek42.perforce.parse with parameters of type Changelist | |
|---|---|
String[] |
ChangelistBuilder.getSaveCmd(String p4exe,
Changelist obj)
|
void |
ChangelistBuilder.save(Changelist obj,
Writer out)
|
| Uses of Changelist in hudson.plugins.perforce |
|---|
| Methods in hudson.plugins.perforce that return Changelist | |
|---|---|
Changelist |
PerforceChangeLogEntry.getChange()
|
| Methods in hudson.plugins.perforce with parameters of type Changelist | |
|---|---|
void |
PerforceChangeLogEntry.setChange(Changelist change)
|
| Method parameters in hudson.plugins.perforce with type arguments of type Changelist | |
|---|---|
static void |
PerforceChangeLogSet.saveToChangeLog(OutputStream outputStream,
List<Changelist> changes)
Stores the history objects to the output stream as xml |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||