Uses of Enum Class
hudson.scm.PollingResult.Change
-
Uses of PollingResult.Change in hudson.scm
Modifier and TypeFieldDescriptionfinal PollingResult.Change
PollingResult.change
Degree of the change between baseline and remote.Modifier and TypeMethodDescriptionstatic PollingResult.Change
Returns the enum constant of this class with the specified name.static PollingResult.Change[]
PollingResult.Change.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPollingResult
(PollingResult.Change change) PollingResult
(SCMRevisionState baseline, SCMRevisionState remote, PollingResult.Change change)