| Package | Description |
|---|---|
| com.github.jenkins.lastchanges | |
| com.github.jenkins.lastchanges.model |
| Modifier and Type | Method and Description |
|---|---|
FormatType |
LastChangesPublisher.getFormat() |
| Constructor and Description |
|---|
LastChangesPublisher(FormatType format,
MatchingType matching,
Boolean showFiles,
Boolean synchronisedScroll,
String matchWordsThreshold,
String matchingMaxComparisons) |
| 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(FormatType format,
MatchingType matching,
Boolean showFiles,
Boolean synchronisedScroll,
String matchWordsThreshold,
String matchingMaxComparisons) |
Copyright © 2016. All rights reserved.