public static interface RepositoryEditorPresenter.View extends UberView<RepositoryEditorPresenter>
Modifier and Type | Method and Description |
---|---|
void |
addHistory(List<VersionRecord> versionList) |
void |
reloadHistory(List<VersionRecord> versionList) |
void |
setRepositoryInfo(String repositoryName,
String owner,
boolean readOnly,
List<PublicURI> publicURIs,
String description,
List<VersionRecord> initialVersionList) |
init
void setRepositoryInfo(String repositoryName, String owner, boolean readOnly, List<PublicURI> publicURIs, String description, List<VersionRecord> initialVersionList)
void reloadHistory(List<VersionRecord> versionList)
void addHistory(List<VersionRecord> versionList)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.