Modifier and Type | Method and Description |
---|---|
static void |
ChangeSetWriter.write(List<ChangeSet> changeSets,
File changelogFile)
Writes the list of change sets to the file
|
Modifier and Type | Method and Description |
---|---|
ChangeSet |
ChangesetLogCommand.parse(Reader reader) |
ChangeSet |
FindChangesetCommand.parse(Reader reader) |
Modifier and Type | Method and Description |
---|---|
static List<ChangeSet> |
ChangesetsRetriever.getChangesets(PlasticTool tool,
hudson.FilePath workspacePath,
String branchName,
String repoSpec,
Calendar fromTimestamp,
Calendar toTimestamp) |
List<ChangeSet> |
ChangesetRangeLogCommand.parse(Reader reader) |
List<ChangeSet> |
DetailedHistoryCommand.parse(Reader reader) |
Constructor and Description |
---|
ChangesetRangeLogCommand(ChangeSet fromCset,
ChangeSet toCset,
hudson.FilePath xmlOutputPath) |
Modifier and Type | Method and Description |
---|---|
static List<ChangeSet> |
LogOutputParser.parseFile(hudson.FilePath path,
String repoName,
String server) |
static List<ChangeSet> |
FindOutputParser.parseReader(ObjectSpecType specType,
hudson.FilePath path) |
Modifier and Type | Method and Description |
---|---|
ChangeSet |
BuildData.getChangeset() |
Modifier and Type | Method and Description |
---|---|
List<ChangeSet> |
ChangeSetList.getLogs() |
Iterator<ChangeSet> |
ChangeSetList.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
BuildData.setChangeset(ChangeSet changeset) |
Constructor and Description |
---|
BuildData(Workspace workspace,
ChangeSet changeset) |
ChangeSet(ChangeSet o)
Copy constructor.
|
Constructor and Description |
---|
ChangeSetList(hudson.model.Run<?,?> run,
hudson.scm.RepositoryBrowser<?> browser,
List<ChangeSet> changesetList) |
Modifier and Type | Method and Description |
---|---|
static ChangeSet |
ChangesetDetails.forWorkspace(PlasticTool tool,
hudson.FilePath workspace,
hudson.model.TaskListener listener) |
Copyright © 2016–2023. All rights reserved.