Class BitbucketServerTagCreator
java.lang.Object
com.atlassian.bamboo.plugins.stash.v2.AbstractBitbucketServerExecutor
com.atlassian.bamboo.plugins.stash.v2.BitbucketServerTagCreator
- All Implemented Interfaces:
VcsTagCreator
public class BitbucketServerTagCreator
extends AbstractBitbucketServerExecutor
implements VcsTagCreator
-
Field Summary
Fields inherited from class com.atlassian.bamboo.plugins.stash.v2.AbstractBitbucketServerExecutor
vcsRepositoryManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
createTag
(@NotNull VcsRepositoryData repositoryData, @NotNull String tagName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger) Creates new tag from revision vcsRevisionKey with given tagName.Methods inherited from class com.atlassian.bamboo.plugins.stash.v2.AbstractBitbucketServerExecutor
bitbucketServerToGitData, executeOnMirrorWithPrimaryFallback, executeOnMirrorWithPrimaryFallback, getGitModuleDescriptor, shouldFallbackToPolling
-
Constructor Details
-
BitbucketServerTagCreator
public BitbucketServerTagCreator()
-
-
Method Details
-
createTag
public void createTag(@NotNull @NotNull VcsRepositoryData repositoryData, @NotNull @NotNull String tagName, @NotNull @NotNull String vcsRevisionKey, @Nullable @Nullable String checkoutLocation, @Nullable @Nullable BuildLogger buildLogger) throws RepositoryException Description copied from interface:VcsTagCreator
Creates new tag from revision vcsRevisionKey with given tagName. If code was checked out during job - checkout location will be given If called from something having build context (like task) - build logger may be given for some logs in result- Specified by:
createTag
in interfaceVcsTagCreator
- Throws:
RepositoryException
-