Uses of Class
hudson.scm.PollingResult.Change
-
Packages that use PollingResult.Change Package Description hudson.scm Jenkins's interface with source code management systems. -
-
Uses of PollingResult.Change in hudson.scm
Fields in hudson.scm declared as PollingResult.Change Modifier and Type Field Description PollingResult.Change
PollingResult. change
Degree of the change between baseline and remote.Methods in hudson.scm that return PollingResult.Change Modifier and Type Method 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.Constructors in hudson.scm with parameters of type PollingResult.Change Constructor Description PollingResult(PollingResult.Change change)
PollingResult(SCMRevisionState baseline, SCMRevisionState remote, PollingResult.Change change)
-