|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PollingResult.Change | |
---|---|
hudson.scm | Hudson's interface with source code management systems. |
Uses of PollingResult.Change in hudson.scm |
---|
Fields in hudson.scm declared as PollingResult.Change | |
---|---|
PollingResult.Change |
PollingResult.change
Degree of the change between baseline and remote. |
Methods in hudson.scm that return PollingResult.Change | |
---|---|
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. |
Constructors in hudson.scm with parameters of type PollingResult.Change | |
---|---|
PollingResult(PollingResult.Change change)
|
|
PollingResult(SCMRevisionState baseline,
SCMRevisionState remote,
PollingResult.Change change)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |