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

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

public class UpdateCisCommand
extends RepositoryBaseCommand


Constructor Summary
UpdateCisCommand(java.util.List<Update> updates)
           
 
Method Summary
 java.util.List<Update> getUpdates()
           
 
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

UpdateCisCommand

public UpdateCisCommand(java.util.List<Update> updates)
Method Detail

getUpdates

public java.util.List<Update> getUpdates()