Constructor and Description |
---|
RepositoryScope(Repository repository) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(ScopeVisitor<T> visitor) |
boolean |
equals(Object o) |
Project |
getProject() |
Repository |
getRepository() |
Optional<Integer> |
getResourceId() |
ScopeType |
getType() |
int |
hashCode() |
String |
toString() |
public RepositoryScope(@Nonnull Repository repository)
public <T> T accept(@Nonnull ScopeVisitor<T> visitor)
@Nonnull public Project getProject()
repository
@Nonnull public Repository getRepository()
@Nonnull public Optional<Integer> getResourceId()
getResourceId
in interface Scope
Scope
Copyright © 2022 Atlassian. All rights reserved.