Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at
Hudson . |
hudson.scm |
Hudson's interface with source code management systems.
|
jenkins.scm |
Modifier and Type | Method and Description |
---|---|
ChangeLogSet<? extends ChangeLogSet.Entry> |
AbstractBuild.getChangeSet()
Gets the changes incorporated into this build.
|
List<ChangeLogSet<? extends ChangeLogSet.Entry>> |
AbstractBuild.getChangeSets() |
Modifier and Type | Class and Description |
---|---|
class |
ChangeLogSet<T extends ChangeLogSet.Entry>
Represents SCM change list.
|
class |
RepositoryBrowser<E extends ChangeLogSet.Entry>
Connects Hudson to repository browsers like ViewCVS or FishEye,
so that Hudson can generate links to them.
|
Modifier and Type | Method and Description |
---|---|
static ChangeLogSet<? extends ChangeLogSet.Entry> |
ChangeLogSet.createEmpty(AbstractBuild build)
Deprecated.
|
static ChangeLogSet<? extends ChangeLogSet.Entry> |
ChangeLogSet.createEmpty(Run build)
Constant instance that represents no changes.
|
ChangeLogSet<? extends ChangeLogSet.Entry> |
ChangeLogParser.parse(AbstractBuild build,
File changelogFile)
Deprecated.
|
ChangeLogSet<? extends ChangeLogSet.Entry> |
ChangeLogParser.parse(Run build,
RepositoryBrowser<?> browser,
File changelogFile) |
ChangeLogSet<? extends ChangeLogSet.Entry> |
NullChangeLogParser.parse(Run build,
RepositoryBrowser<?> browser,
File changelogFile) |
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogAnnotator.annotate(AbstractBuild<?,?> build,
ChangeLogSet.Entry change,
MarkupText text)
Deprecated.
|
void |
ChangeLogAnnotator.annotate(Run<?,?> build,
ChangeLogSet.Entry change,
MarkupText text)
Called by Hudson to allow markups to be added to the changelog text.
|
Modifier and Type | Method and Description |
---|---|
List<ChangeLogSet<? extends ChangeLogSet.Entry>> |
RunWithSCM.getChangeSets()
Gets all
ChangeLogSet s currently associated with this item. |
Copyright © 2004–2021. All rights reserved.