public interface

RefMatcherType

com.atlassian.bitbucket.repository.ref.restriction.RefMatcherType

Class Overview

Provides the details of the type of RefMatcher

Summary

Public Methods
@Nonnull String getDisplayId()
A RefMatcherType displayId can be any String.
@RequiredString @Nonnull String getId()
A RefMatcherType ID can be any String.

Public Methods

@Nonnull public String getDisplayId ()

A RefMatcherType displayId can be any String. An example of a displayId for the RefMatcherType for a branch might be "Branch".

Returns
  • the displayId of the RefMatcherType

@RequiredString @Nonnull public String getId ()

A RefMatcherType ID can be any String. An example of an ID for the RefMatcherType for a branch might be "BRANCH".

Returns
  • the ID of the RefMatcherType