public interface

Scope

com.atlassian.bitbucket.scope.Scope
Known Indirect Subclasses

Class Overview

Describes a scope within the system

Summary

Public Methods
<T> T accept(ScopeVisitor<T> visitor)
@Nonnull Optional<Integer> getResourceId()
@Nonnull ScopeType getType()

Public Methods

public T accept (ScopeVisitor<T> visitor)

@Nonnull public Optional<Integer> getResourceId ()

Returns
  • the resource ID of this Scope

@Nonnull public ScopeType getType ()

Returns