com.xebialabs.deployit.repository
Class RepositoryEventListener
java.lang.Object
com.xebialabs.deployit.repository.RepositoryEventListener
public class RepositoryEventListener
- extends java.lang.Object
|
Method Summary |
void |
receiveCreate(com.xebialabs.deployit.engine.spi.command.CreateCiCommand command)
|
void |
receiveCreate(com.xebialabs.deployit.engine.spi.command.CreateCisCommand command)
|
void |
receiveDelete(com.xebialabs.deployit.engine.spi.command.DeleteCiCommand command)
|
void |
receiveDelete(com.xebialabs.deployit.engine.spi.command.DeleteCisCommand command)
|
void |
receiveUpdate(com.xebialabs.deployit.engine.spi.command.UpdateCiCommand command)
|
void |
receiveUpdate(com.xebialabs.deployit.engine.spi.command.UpdateCisCommand command)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryEventListener
public RepositoryEventListener()
receiveCreate
public void receiveCreate(com.xebialabs.deployit.engine.spi.command.CreateCiCommand command)
receiveCreate
public void receiveCreate(com.xebialabs.deployit.engine.spi.command.CreateCisCommand command)
receiveUpdate
public void receiveUpdate(com.xebialabs.deployit.engine.spi.command.UpdateCiCommand command)
receiveUpdate
public void receiveUpdate(com.xebialabs.deployit.engine.spi.command.UpdateCisCommand command)
receiveDelete
public void receiveDelete(com.xebialabs.deployit.engine.spi.command.DeleteCiCommand command)
receiveDelete
public void receiveDelete(com.xebialabs.deployit.engine.spi.command.DeleteCisCommand command)