Uses of Enum
hudson.scm.PollingResult.Change
Packages that use PollingResult.Change
-
Uses of PollingResult.Change in hudson.scm
Fields in hudson.scm declared as PollingResult.ChangeModifier and TypeFieldDescriptionfinal PollingResult.Change
PollingResult.change
Degree of the change between baseline and remote.Methods in hudson.scm that return PollingResult.ChangeModifier and TypeMethodDescriptionstatic PollingResult.Change
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.ChangeModifierConstructorDescriptionPollingResult
(PollingResult.Change change) PollingResult
(SCMRevisionState baseline, SCMRevisionState remote, PollingResult.Change change)