public class

GlobalScope

extends Object
implements Scope
java.lang.Object
   ↳ com.atlassian.bitbucket.scope.GlobalScope

Class Overview

Describes the system wide scope

Summary

Public Constructors
GlobalScope()
Public Methods
<T> T accept(ScopeVisitor<T> visitor)
@Nonnull Optional<Integer> getResourceId()
@Nonnull ScopeType getType()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.bitbucket.scope.Scope

Public Constructors

public GlobalScope ()

Public Methods

public T accept (ScopeVisitor<T> visitor)

@Nonnull public Optional<Integer> getResourceId ()

@Nonnull public ScopeType getType ()

public String toString ()