All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addSubscribeSection(SubscribeSection s) |
static CommentLinkInfoImpl |
buildCommentLink(org.eclipse.jgit.lib.Config cfg,
String name,
boolean allowRaw) |
void |
error(ValidationError error) |
AccessSection |
getAccessSection(String name) |
AccessSection |
getAccessSection(String name,
boolean create) |
Collection<AccessSection> |
getAccessSections() |
AccountsSection |
getAccountsSection() |
Set<AccountGroup.UUID> |
getAllGroupUUIDs() |
BranchOrderSection |
getBranchOrderSection() |
boolean |
getCheckReceivedObjects() |
Collection<CommentLinkInfoImpl> |
getCommentLinkSections() |
ContributorAgreement |
getContributorAgreement(String name) |
ContributorAgreement |
getContributorAgreement(String name,
boolean create) |
Collection<ContributorAgreement> |
getContributorAgreements() |
GroupReference |
getGroup(AccountGroup.UUID uuid) |
Map<String,LabelType> |
getLabelSections() |
long |
getMaxObjectSizeLimit() |
ConfiguredMimeTypes |
getMimeTypes() |
Project.NameKey |
getName() |
Collection<NotifyConfig> |
getNotifyConfigs() |
PluginConfig |
getPluginConfig(String pluginName) |
Project |
getProject() |
protected String |
getRefName() |
org.eclipse.jgit.lib.ObjectId |
getRulesId() |
Map<Project.NameKey,SubscribeSection> |
getSubscribeSections() |
Collection<SubscribeSection> |
getSubscribeSections(Branch.NameKey branch) |
List<ValidationError> |
getValidationErrors()
Get the validation errors, if any were discovered during load.
|
boolean |
hasLegacyPermissions() |
protected void |
onLoad()
Set up the metadata, parsing any state from the loaded revision.
|
protected boolean |
onSave(org.eclipse.jgit.lib.CommitBuilder commit)
Save any changes to the metadata in a commit.
|
void |
putNotifyConfig(String name,
NotifyConfig nc) |
static ProjectConfig |
read(MetaDataUpdate update) |
static ProjectConfig |
read(MetaDataUpdate update,
org.eclipse.jgit.lib.ObjectId id) |
void |
remove(AccessSection section) |
void |
remove(AccessSection section,
Permission permission) |
void |
remove(AccessSection section,
Permission permission,
PermissionRule rule) |
void |
remove(ContributorAgreement section) |
void |
replace(AccessSection section) |
void |
replace(ContributorAgreement section) |
GroupReference |
resolve(AccountGroup group) |
GroupReference |
resolve(GroupReference group) |
boolean |
updateGroupNames(GroupBackend groupBackend)
Check all GroupReferences use current group name, repairing stale ones.
|
static String |
validMaxObjectSizeLimit(String value) |