public interface

BranchType

com.atlassian.bitbucket.branch.model.BranchType

Class Overview

Minimal information identifying and describing a branch type. Each branch type has an unique ID and a human-readable display name.

Summary

Public Methods
@Nonnull String getDisplayName()
@Nonnull String getId()

Public Methods

@Nonnull public String getDisplayName ()

Returns
  • Human-readable, i18n-ed display name of this branch type

@Nonnull public String getId ()

Returns
  • global, unique branch type identifier