public class

CreateTagRequest

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.repository.CreateTagRequest

Class Overview

A request to create a tag.

Summary

Nested Classes
class CreateTagRequest.Builder  
Public Methods
@Nullable String getMessage()
@Nonnull String getName()
@Nonnull Repository getRepository()
@Nonnull String getStartPoint()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

@Nullable public String getMessage ()

Returns
  • the message to add to the tag

@Nonnull public String getName ()

Returns
  • the name of the tag to create

@Nonnull public Repository getRepository ()

Returns
  • the repository in which the tag must be created

@Nonnull public String getStartPoint ()

Returns
  • the commit id to tag