public class RestrictionProcessingRequest extends Object
Requests are sent to each processor in batches with collections of repository IDs
,
sent until every repository in a project has been processed.
Constructor and Description |
---|
RestrictionProcessingRequest(Set<com.atlassian.bitbucket.repository.Repository> repositories,
com.atlassian.bitbucket.settingsrestriction.SettingsKey settingsKey) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Set<com.atlassian.bitbucket.repository.Repository> |
getRepositories() |
com.atlassian.bitbucket.settingsrestriction.SettingsKey |
getSettingsKey() |
int |
hashCode() |
String |
toString() |
@Nonnull public Set<com.atlassian.bitbucket.repository.Repository> getRepositories()
@Nonnull public com.atlassian.bitbucket.settingsrestriction.SettingsKey getSettingsKey()
Copyright © 2024 Atlassian. All rights reserved.