com.xebialabs.deployit.engine.spi.command
Class UpdateCiCommand

java.lang.Object
  extended by com.xebialabs.deployit.engine.spi.command.RepositoryBaseCommand
      extended by com.xebialabs.deployit.engine.spi.command.UpdateCiCommand

public final class UpdateCiCommand
extends RepositoryBaseCommand


Constructor Summary
UpdateCiCommand(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem previous, com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci)
           
 
Method Summary
 Update getUpdate()
           
 
Methods inherited from class com.xebialabs.deployit.engine.spi.command.RepositoryBaseCommand
getRoles, getUsername, setSecurityContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateCiCommand

public UpdateCiCommand(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem previous,
                       com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci)
Method Detail

getUpdate

public Update getUpdate()