public class RepositoryCommandListener
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RepositoryCommandListener.CannotSetReleaseConditionsException |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ADMIN |
static java.lang.String |
VERIFY_CHECKLIST_PERMISSIONS_ON_CREATE |
| Constructor and Description |
|---|
RepositoryCommandListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkWhetherCreateIsAllowed(com.xebialabs.deployit.engine.spi.command.CreateCiCommand command) |
void |
checkWhetherCreateIsAllowed(com.xebialabs.deployit.engine.spi.command.CreateCisCommand command) |
void |
checkWhetherUpdateIsAllowed(com.xebialabs.deployit.engine.spi.command.UpdateCiCommand command) |
void |
checkWhetherUpdateIsAllowed(com.xebialabs.deployit.engine.spi.command.UpdateCisCommand command) |
public static final java.lang.String ADMIN
public static final java.lang.String VERIFY_CHECKLIST_PERMISSIONS_ON_CREATE
public void checkWhetherCreateIsAllowed(com.xebialabs.deployit.engine.spi.command.CreateCiCommand command)
public void checkWhetherCreateIsAllowed(com.xebialabs.deployit.engine.spi.command.CreateCisCommand command)
public void checkWhetherUpdateIsAllowed(com.xebialabs.deployit.engine.spi.command.UpdateCiCommand command)
public void checkWhetherUpdateIsAllowed(com.xebialabs.deployit.engine.spi.command.UpdateCisCommand command)