public class

ProjectScope

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

Class Overview

Describes a project level scope

Summary

Public Constructors
ProjectScope(Project project)
Public Methods
<T> T accept(ScopeVisitor<T> visitor)
boolean equals(Object o)
@Nonnull Project getProject()
@Nonnull Optional<Integer> getResourceId()
@Nonnull ScopeType getType()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.bitbucket.scope.Scope

Public Constructors

public ProjectScope (Project project)

Public Methods

public T accept (ScopeVisitor<T> visitor)

public boolean equals (Object o)

@Nonnull public Project getProject ()

Returns
  • the project

@Nonnull public Optional<Integer> getResourceId ()

@Nonnull public ScopeType getType ()

public int hashCode ()

public String toString ()