Package | Description |
---|---|
jenkins.scm.api.mixin |
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. |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
ChangeRequestSCMRevision.equivalent(ChangeRequestSCMRevision<?> revision)
Performs an equality comparison as for
equals(Object) but excludes the getTarget()
SCMRevision from the comparison (though the ChangeRequestSCMHead.getTarget() will be included
as part of the SCMRevision.getHead() comparison. |
Copyright © 2016–2022. All rights reserved.