Class RepositoryRemovedEvent
- java.lang.Object
-
- org.guvnor.structure.repositories.RepositoryRemovedEvent
-
@Portable public class RepositoryRemovedEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description RepositoryRemovedEvent()Deprecated.RepositoryRemovedEvent(Repository repository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RepositorygetRepository()
-
-
-
Constructor Detail
-
RepositoryRemovedEvent
@Deprecated public RepositoryRemovedEvent()
Deprecated.You should always use the constructor with parameters. This constructor is here just keep this Portable.
-
RepositoryRemovedEvent
public RepositoryRemovedEvent(Repository repository)
-
-
Method Detail
-
getRepository
public Repository getRepository()
-
-