public class Scopes extends Object
| Modifier and Type | Method and Description |
|---|---|
static GlobalScope |
global() |
static ProjectScope |
project(Project project) |
static RepositoryScope |
repository(Repository repository) |
@Nonnull public static GlobalScope global()
@Nonnull public static ProjectScope project(@Nonnull Project project)
project - project to create scope forproject@Nonnull public static RepositoryScope repository(@Nonnull Repository repository)
repository - to create the scope forrepositoryCopyright © 2019 Atlassian. All rights reserved.