Package com.atlassian.bitbucket.scope
Class RepositoryScope
java.lang.Object
com.atlassian.bitbucket.scope.RepositoryScope
- All Implemented Interfaces:
Scope
Describes a repository level scope
- Since:
- 5.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T> T
accept
(ScopeVisitor<T> visitor) boolean
getType()
int
hashCode()
toString()
-
Constructor Details
-
RepositoryScope
-
-
Method Details
-
accept
-
equals
-
getProject
- Returns:
- the project containing the
repository
-
getRepository
- Returns:
- the repository
-
getResourceId
- Specified by:
getResourceId
in interfaceScope
- Returns:
- the resource ID of this
Scope
-
getType
-
hashCode
public int hashCode() -
toString
-