Class AbstractCreateRefRequest

java.lang.Object
com.atlassian.bitbucket.repository.AbstractCreateRefRequest
Direct Known Subclasses:
CreateBranchRequest, CreateTagRequest

public abstract class AbstractCreateRefRequest extends Object
A request to create a ref.
  • Constructor Details

  • Method Details

    • getMessage

      @Nullable public String getMessage()
      Returns:
      the message to add to the tag
    • getName

      @Nonnull public String getName()
      Returns:
      the name of the tag to create
    • getRepository

      @Nonnull public Repository getRepository()
      Returns:
      the repository in which the tag must be created
    • getStartPoint

      @Nonnull public String getStartPoint()
      Returns:
      the commit ID to tag