Package | Description |
---|---|
hudson.scm |
Hudson's interface with source code management systems.
|
Modifier and Type | Field and Description |
---|---|
PollingResult.Change |
PollingResult.change
Degree of the change between baseline and remote.
|
Modifier and Type | Method and Description |
---|---|
static PollingResult.Change |
PollingResult.Change.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PollingResult.Change[] |
PollingResult.Change.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PollingResult(PollingResult.Change change) |
PollingResult(SCMRevisionState baseline,
SCMRevisionState remote,
PollingResult.Change change) |
Copyright © 2019. All rights reserved.