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 forrepository
Copyright © 2022 Atlassian. All rights reserved.