com.xebialabs.deployit.plugins.releaseauth.command
Class RepositoryCommandListener

java.lang.Object
  extended by com.xebialabs.deployit.plugins.releaseauth.command.RepositoryCommandListener

public class RepositoryCommandListener
extends java.lang.Object


Nested Class Summary
static class RepositoryCommandListener.CannotSetReleaseConditionsException
           
 
Field Summary
static java.lang.String ADMIN
           
 
Constructor Summary
RepositoryCommandListener()
           
 
Method Summary
 void checkWhetherUpdateIsAllowed(com.xebialabs.deployit.engine.spi.command.UpdateCiCommand command)
           
 void checkWhetherUpdateIsAllowed(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
 

Field Detail

ADMIN

public static final java.lang.String ADMIN
See Also:
Constant Field Values
Constructor Detail

RepositoryCommandListener

public RepositoryCommandListener()
Method Detail

checkWhetherUpdateIsAllowed

public void checkWhetherUpdateIsAllowed(com.xebialabs.deployit.engine.spi.command.UpdateCiCommand command)

checkWhetherUpdateIsAllowed

public void checkWhetherUpdateIsAllowed(com.xebialabs.deployit.engine.spi.command.UpdateCisCommand command)