Modifier and Type | Method and Description |
---|---|
List<TagAndRevision> |
BitbucketCloudTagsHandler.getAllTagsFromRepository(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> |
JGitOperationHelper.getTagsForRepository(GitRepositoryAccessData accessData) |
List<TagAndRevision> |
NativeGitOperationHelper.getTagsForRepository(GitRepositoryAccessData accessData) |
List<TagAndRevision> |
GitOperationHelper.getTagsForRepository(GitRepositoryAccessData accessData) |
Modifier and Type | Method and Description |
---|---|
List<TagAndRevision> |
GitTagsHandler.getAllTagsFromRepository(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(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(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 |
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(VcsRepositoryData vcsRepositoryData)
Reads from git repository all tags (with revisions).
|
Modifier and Type | Method and Description |
---|---|
boolean |
VcsTagsHandler.isBranchContainTag(VcsRepositoryData vcsRepositoryData,
String branchName,
TagAndRevision tagAndRevision) |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.