Uses of Class
jenkins.scm.api.mixin.ChangeRequestSCMRevision
Packages that use ChangeRequestSCMRevision
Package
Description
The mix-in interfaces used by
SCMHead
implementations to advertise that a specific head is not just a regular branch but is actually a special type of
branch such as a change request /
tag / etc.-
Uses of ChangeRequestSCMRevision in jenkins.scm.api.mixin
Methods in jenkins.scm.api.mixin with parameters of type ChangeRequestSCMRevisionModifier and TypeMethodDescriptionabstract booleanChangeRequestSCMRevision.equivalent(ChangeRequestSCMRevision<?> revision) Performs an equality comparison as forequals(Object)but excludes thegetTarget()SCMRevisionfrom the comparison (though theChangeRequestSCMHead.getTarget()will be included as part of theSCMRevision.getHead()comparison.