|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of HarvestChangeLogEntry in hudson.plugins.harvest |
|---|
| Methods in hudson.plugins.harvest that return types with arguments of type HarvestChangeLogEntry | |
|---|---|
java.util.List<HarvestChangeLogEntry> |
HarvestChangeLogSet.getLogs()
|
java.util.Iterator<HarvestChangeLogEntry> |
HarvestChangeLogSet.iterator()
|
protected hudson.scm.ChangeLogSet<HarvestChangeLogEntry> |
HarvestSCM.parse(hudson.model.AbstractBuild<?,?> build,
java.io.InputStream inputStream)
|
hudson.scm.ChangeLogSet<HarvestChangeLogEntry> |
HarvestChangeLogParser.parse(hudson.model.AbstractBuild build,
java.io.File changelogFile)
|
static hudson.scm.ChangeLogSet<HarvestChangeLogEntry> |
HarvestChangeLogSet.parse(hudson.model.AbstractBuild build,
java.io.File changeLogFile)
|
| Method parameters in hudson.plugins.harvest with type arguments of type HarvestChangeLogEntry | |
|---|---|
static void |
HarvestChangeLogSet.saveToChangeLog(java.io.OutputStream outputStream,
hudson.scm.ChangeLogSet<HarvestChangeLogEntry> history)
Stores the history objects to the output stream as xml |
| Constructor parameters in hudson.plugins.harvest with type arguments of type HarvestChangeLogEntry | |
|---|---|
HarvestChangeLogSet(hudson.model.AbstractBuild<?,?> build,
java.util.List<HarvestChangeLogEntry> logs)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||