public interface IdentifyingExecutor<T extends IdentifyingExecutor>
Modifier and Type | Method and Description |
---|---|
ContextualVcsId |
getVcsIdForExecutor(VcsRepositoryData vcsRepositoryData)
Returned id has to fulfill the following:
Given two VcsRepositoryData objects A and B, and executor e returning equal ContextualVcsId (in terms of equals()),
for any operation foo() provided by the executor,
the calls e::foo(A) and e::foo(B) should be equivalent.
|
@Nullable ContextualVcsId getVcsIdForExecutor(@NotNull VcsRepositoryData vcsRepositoryData)
VcsBranchDetector
. If they also point
to the same branch, they are considered equal in context of VcsChangeDetector
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.