Package | Description |
---|---|
com.github.jenkins.lastchanges | |
com.github.jenkins.lastchanges.model | |
com.github.jenkins.lastchanges.pipeline |
Modifier and Type | Method and Description |
---|---|
FormatType |
LastChangesPublisher.getFormat() |
Modifier and Type | Method and Description |
---|---|
void |
LastChangesPublisher.setFormat(FormatType format) |
Constructor and Description |
---|
LastChangesPublisher(SinceType since,
FormatType format,
MatchingType matching,
Boolean showFiles,
Boolean synchronisedScroll,
String matchWordsThreshold,
String matchingMaxComparisons,
String specificRevision,
String vcsDir,
String specificBuild) |
Modifier and Type | Method and Description |
---|---|
FormatType |
LastChangesConfig.format() |
static FormatType |
FormatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormatType[] |
FormatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LastChangesConfig(SinceType since,
String specificRevision,
FormatType format,
MatchingType matching,
Boolean showFiles,
Boolean synchronisedScroll,
String matchWordsThreshold,
String matchingMaxComparisons) |
Constructor and Description |
---|
GetLastChangesPublisherStep(SinceType since,
FormatType format,
MatchingType matching,
Boolean showFiles,
Boolean synchronisedScroll,
String matchWordsThreshold,
String matchingMaxComparisons,
String specificRevision,
String vcsDir,
String specificBuild) |
Copyright © 2016–2019. All rights reserved.