Package com.atlassian.bitbucket.scope
Class Scopes
java.lang.Object
com.atlassian.bitbucket.scope.Scopes
- Since:
- 5.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic GlobalScopeglobal()static ProjectScopestatic RepositoryScoperepository(Repository repository)
-
Method Details
-
global
- Returns:
- the global scope
-
project
- Parameters:
project- project to create scope for- Returns:
- a project level scope for the given
project
-
repository
- Parameters:
repository- to create the scope for- Returns:
- a repository level scope for the given
repository
-