public class RepositoryReport
extends Object
implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SUCCESS |
| Constructor and Description |
|---|
RepositoryReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(String repositoryURL,
PluginPackageException ppe) |
void |
addSuccess(String repositoryURL) |
Set<String> |
getRepositoryURLs() |
String |
getState(String repositoryURL) |
String |
toString() |
public static final String SUCCESS
public void addError(String repositoryURL,
PluginPackageException ppe)
public void addSuccess(String repositoryURL)
public Set<String> getRepositoryURLs()
public String getState(String repositoryURL)
public String toString()
toString in class Object