public abstract class

AbstractCreateRefRequest

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.repository.AbstractCreateRefRequest
Known Direct Subclasses

Class Overview

A request to create a ref.

Summary

Nested Classes
class AbstractCreateRefRequest.AbstractBuilder<B extends AbstractBuilder, R extends AbstractCreateRefRequest>  
Protected Constructors
AbstractCreateRefRequest(AbstractBuilder builder)
Public Methods
@Nullable String getMessage()
@Nonnull String getName()
@Nonnull Repository getRepository()
@Nonnull String getStartPoint()
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected AbstractCreateRefRequest (AbstractBuilder builder)

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