| Modifier and Type | Method and Description |
|---|---|
List<TagAndRevision> |
BitbucketCloudTagsHandler.getAllTagsFromRepository(@NotNull VcsRepositoryData vcsRepositoryData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BitbucketCloudTagsHandler.isBranchContainTag(VcsRepositoryData vcsRepositoryData,
String branchName,
TagAndRevision tagAndRevision) |
| Modifier and Type | Method and Description |
|---|---|
List<TagAndRevision> |
RemoteTagsOutputHandler.finalizeAndGetTags() |
List<TagAndRevision> |
NativeGitOperationHelper.getTagsForRepository(@NotNull GitRepositoryAccessData accessData) |
List<TagAndRevision> |
GitOperationHelper.getTagsForRepository(@NotNull GitRepositoryAccessData accessData) |
List<TagAndRevision> |
JGitOperationHelper.getTagsForRepository(@NotNull GitRepositoryAccessData accessData) |
| Modifier and Type | Method and Description |
|---|---|
List<TagAndRevision> |
GitTagsHandler.getAllTagsFromRepository(@NotNull VcsRepositoryData vcsRepositoryData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GitTagsHandler.isBranchContainTag(VcsRepositoryData vcsRepositoryData,
String branchName,
TagAndRevision tagAndRevision) |
| Modifier and Type | Method and Description |
|---|---|
List<TagAndRevision> |
GitHubTagsHandler.getAllTagsFromRepository(@NotNull VcsRepositoryData vcsRepositoryData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GitHubTagsHandler.isBranchContainTag(VcsRepositoryData vcsRepositoryData,
String branchName,
TagAndRevision tagAndRevision) |
| Modifier and Type | Method and Description |
|---|---|
List<TagAndRevision> |
BitbucketServerTagsHandler.getAllTagsFromRepository(@NotNull VcsRepositoryData vcsRepositoryData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BitbucketServerTagsHandler.isBranchContainTag(VcsRepositoryData vcsRepositoryData,
String branchName,
TagAndRevision tagAndRevision) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
VcsTag
Interface for entity which persists data about tag and revision
|
| Modifier and Type | Class and Description |
|---|---|
class |
TagAndRevisionImpl |
class |
VcsTagImpl |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<TagAndRevision> |
TagAndRevision.COMPARATOR |
| Constructor and Description |
|---|
TagAndRevisionImpl(TagAndRevision tagAndRevision) |
VcsTagImpl(TagAndRevision tagAndRevision) |
| Modifier and Type | Method and Description |
|---|---|
TagBuildAction |
TagBuildActionFactoryImpl.createTagBuildAction(ImmutableChain chain,
TagAndRevision tag) |
| Modifier and Type | Method and Description |
|---|---|
TagAndRevision |
TagBuildAction.getTagAndRevision() |
| Constructor and Description |
|---|
TagBuildAction(ImmutableChain chain,
TagAndRevision tagAndRevision,
ChangeDetectionManager changeDetectionManager,
BuildNumberGeneratorService buildNumberGeneratorService,
BuildContextBuilderFactory buildContextBuilderFactory,
BuildLoggerManager buildLoggerManager,
TriggerManager triggerManager) |
| Modifier and Type | Method and Description |
|---|---|
List<TagAndRevision> |
VcsTagsHandler.getAllTagsFromRepository(@NotNull VcsRepositoryData vcsRepositoryData)
Reads from git repository all tags (with revisions).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
VcsTagsHandler.isBranchContainTag(@NotNull VcsRepositoryData vcsRepositoryData,
@NotNull String branchName,
@NotNull TagAndRevision tagAndRevision) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.