com.xebialabs.deployit.engine.spi.event
Class CiRenamedEvent

java.lang.Object
  extended by com.xebialabs.deployit.engine.spi.event.AuditableDeployitEvent
      extended by com.xebialabs.deployit.engine.spi.event.CiBaseEvent
          extended by com.xebialabs.deployit.engine.spi.event.CiRenamedEvent

public class CiRenamedEvent
extends CiBaseEvent


Field Summary
 
Fields inherited from class com.xebialabs.deployit.engine.spi.event.AuditableDeployitEvent
component, message, username
 
Constructor Summary
CiRenamedEvent(java.lang.String id, java.lang.String newName)
           
 
Method Summary
 java.lang.String getId()
           
 java.lang.String getNewName()
           
 
Methods inherited from class com.xebialabs.deployit.engine.spi.event.CiBaseEvent
format, format, getCis
 
Methods inherited from class com.xebialabs.deployit.engine.spi.event.AuditableDeployitEvent
format, format, getDataFields, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CiRenamedEvent

public CiRenamedEvent(java.lang.String id,
                      java.lang.String newName)
Method Detail

getId

public java.lang.String getId()

getNewName

public java.lang.String getNewName()