@Portable public class NewRepositoryEvent extends Object
| Constructor and Description |
|---|
NewRepositoryEvent() |
NewRepositoryEvent(Repository newRepository) |
NewRepositoryEvent(Repository newRepository,
String groupId,
String artifactId,
String version) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getGroupId() |
Repository |
getNewRepository() |
String |
getVersion() |
public NewRepositoryEvent()
public NewRepositoryEvent(Repository newRepository)
public NewRepositoryEvent(Repository newRepository, String groupId, String artifactId, String version)
public Repository getNewRepository()
public String getGroupId()
public String getArtifactId()
public String getVersion()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.