A C D E F G H I L M O P Q R S T U V

A

abort(String) - Method in interface com.xebialabs.deployit.engine.api.TaskService
Aborts an active task.
AbstractDto - Class in com.xebialabs.deployit.engine.api.dto
 
AbstractDto() - Constructor for class com.xebialabs.deployit.engine.api.dto.AbstractDto
 
add(ConfigurationItem) - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
 
addAll(List<ConfigurationItem>) - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
 
addPause(String, int) - Method in interface com.xebialabs.deployit.engine.api.TaskService
Add a pause step at the specified position.
archive(String) - Method in interface com.xebialabs.deployit.engine.api.TaskService
Archive an executed task.
ArtifactAndData - Class in com.xebialabs.deployit.engine.api.dto
 
ArtifactAndData() - Constructor for class com.xebialabs.deployit.engine.api.dto.ArtifactAndData
 
ArtifactAndData(Artifact, String, byte[]) - Constructor for class com.xebialabs.deployit.engine.api.dto.ArtifactAndData
 
ArtifactAndData(Artifact, byte[]) - Constructor for class com.xebialabs.deployit.engine.api.dto.ArtifactAndData
 
assign(String, String) - Method in interface com.xebialabs.deployit.engine.api.RoleService
Assigns a role to a user or group.
assign(String, String) - Method in interface com.xebialabs.deployit.engine.api.TaskService
Assigns a task to a different user.

C

cancel(String) - Method in interface com.xebialabs.deployit.engine.api.TaskService
Cancels a stopped task.
checkMyPermission(String, String) - Method in interface com.xebialabs.deployit.engine.api.PermissionService
Deprecated. Use GET /security/check.
com.xebialabs.deployit.engine.api - package com.xebialabs.deployit.engine.api
These are the public REST services exposed by the Deployit Server.
com.xebialabs.deployit.engine.api.dto - package com.xebialabs.deployit.engine.api.dto
 
com.xebialabs.deployit.engine.api.execution - package com.xebialabs.deployit.engine.api.execution
 
com.xebialabs.deployit.engine.api.security - package com.xebialabs.deployit.engine.api.security
 
com.xebialabs.deployit.engine.api.xml - package com.xebialabs.deployit.engine.api.xml
 
ConfigurationItemId - Class in com.xebialabs.deployit.engine.api.dto
 
ConfigurationItemId() - Constructor for class com.xebialabs.deployit.engine.api.dto.ConfigurationItemId
 
ConfigurationItemId(String, Type) - Constructor for class com.xebialabs.deployit.engine.api.dto.ConfigurationItemId
 
Control - Class in com.xebialabs.deployit.engine.api.dto
 
Control(ConfigurationItem, String) - Constructor for class com.xebialabs.deployit.engine.api.dto.Control
 
ControlService - Interface in com.xebialabs.deployit.engine.api
Provides access to control methods defined on CIs.
create(String, ConfigurationItem) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
Creates a new configuration item.
create(String, ArtifactAndData) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
Creates a new artifact CI with data.
create(List<ConfigurationItem>) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
Creates multiple configuration items.
create(String) - Method in interface com.xebialabs.deployit.engine.api.RoleService
Creates a new role.
create(String, User) - Method in interface com.xebialabs.deployit.engine.api.UserService
Creates a new user.
createTask(Control) - Method in interface com.xebialabs.deployit.engine.api.ControlService
Creates the control task.
createTask(Deployment) - Method in interface com.xebialabs.deployit.engine.api.DeploymentService
Creates the deployment task.
createTask(Inspection) - Method in interface com.xebialabs.deployit.engine.api.InspectionService
Creates the inspection task.

D

decorate(Object, OmitXmlPreamble, Class, Annotation[], MediaType) - Method in class com.xebialabs.deployit.engine.api.xml.OmitXmlPreamble.Processor
 
delete(String) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
Deletes a configuration item.
delete(String) - Method in interface com.xebialabs.deployit.engine.api.RoleService
Removes a role from the Deployit security system.
delete(String) - Method in interface com.xebialabs.deployit.engine.api.UserService
Deletes the user.
Deployment - Class in com.xebialabs.deployit.engine.api.dto
 
Deployment() - Constructor for class com.xebialabs.deployit.engine.api.dto.Deployment
 
Deployment.DeploymentType - Enum in com.xebialabs.deployit.engine.api.dto
 
DeploymentService - Interface in com.xebialabs.deployit.engine.api
Deployment management

E

exists(String) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
Checks if a configuration item exists.
export(LocalDate, LocalDate) - Method in interface com.xebialabs.deployit.engine.api.TaskService
Searches for tasks with detailed step information.

F

fetch(String) - Method in interface com.xebialabs.deployit.engine.api.PackageService
Fetches an application package from a URL outside of the Deployit Server.
FileUpload - Class in com.xebialabs.deployit.engine.api.dto
 
FileUpload() - Constructor for class com.xebialabs.deployit.engine.api.dto.FileUpload
 
findDescriptor(Type) - Method in interface com.xebialabs.deployit.engine.api.MetadataService
Gets the Descriptor for a specific type from the Deployit Type System.
forName(String) - Static method in class com.xebialabs.deployit.engine.api.security.Role
 

G

gc() - Method in interface com.xebialabs.deployit.engine.api.ServerService
Runs the garbage collector on the repository.
generateAllDeployeds(Deployment) - Method in interface com.xebialabs.deployit.engine.api.DeploymentService
Generates all deployeds for the given deployment.
generateSelectedDeployeds(List<String>, Deployment) - Method in interface com.xebialabs.deployit.engine.api.DeploymentService
Generates only the deployeds for the given deployables in the deployment.
generateSingleDeployed(String, String, Type, Deployment) - Method in interface com.xebialabs.deployit.engine.api.DeploymentService
Generates a deployed for the given deployable to the given container in the deployment.
getAllCurrentTasks() - Method in interface com.xebialabs.deployit.engine.api.TaskService
Returns all active tasks for all users.
getArtifact() - Method in class com.xebialabs.deployit.engine.api.dto.ArtifactAndData
 
getClasspathEntries() - Method in class com.xebialabs.deployit.engine.api.dto.ServerInfo
 
getCompletionDate() - Method in interface com.xebialabs.deployit.engine.api.execution.StepState
 
getCompletionDate() - Method in interface com.xebialabs.deployit.engine.api.execution.TaskState
 
getConfigurationItem() - Method in class com.xebialabs.deployit.engine.api.dto.Control
 
getConfigurationItem() - Method in class com.xebialabs.deployit.engine.api.dto.Inspection
 
getContainers() - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
 
getControlName() - Method in class com.xebialabs.deployit.engine.api.dto.Control
 
getCurrentStepNr() - Method in interface com.xebialabs.deployit.engine.api.execution.TaskState
 
getData() - Method in class com.xebialabs.deployit.engine.api.dto.ArtifactAndData
 
getDeployables() - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
 
getDeployedApplication() - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
 
getDeployeds() - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
 
getDeploymentType() - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
 
getDescription() - Method in interface com.xebialabs.deployit.engine.api.execution.StepState
 
getDescription() - Method in interface com.xebialabs.deployit.engine.api.execution.TaskState
 
getEnvironment() - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
 
getFailureCount() - Method in interface com.xebialabs.deployit.engine.api.execution.StepState
 
getFailureCount() - Method in interface com.xebialabs.deployit.engine.api.execution.TaskState
 
getFileData() - Method in class com.xebialabs.deployit.engine.api.dto.FileUpload
 
getFilename() - Method in class com.xebialabs.deployit.engine.api.dto.ArtifactAndData
 
getGrantedPermissions(String) - Method in interface com.xebialabs.deployit.engine.api.PermissionService
Gets all the permissions granted to a role.
getId() - Method in class com.xebialabs.deployit.engine.api.dto.ConfigurationItemId
 
getId() - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
 
getId() - Method in interface com.xebialabs.deployit.engine.api.execution.TaskState
 
getId() - Method in class com.xebialabs.deployit.engine.api.security.Role
 
getInfo() - Method in interface com.xebialabs.deployit.engine.api.ServerService
Returns information about the configuration of the sever.
getLevel() - Method in class com.xebialabs.deployit.engine.api.security.Permission
 
getLog() - Method in interface com.xebialabs.deployit.engine.api.execution.StepState
 
getMetadata() - Method in interface com.xebialabs.deployit.engine.api.execution.TaskState
 
getMyCurrentTasks() - Method in interface com.xebialabs.deployit.engine.api.TaskService
Returns the active tasks of the logged in user.
getMyGrantedPermissions() - Method in interface com.xebialabs.deployit.engine.api.PermissionService
Gets all the permissions granted to the logged in user.
getName() - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
 
getName() - Method in class com.xebialabs.deployit.engine.api.security.Role
 
getNrSteps() - Method in interface com.xebialabs.deployit.engine.api.execution.TaskState
 
getOwner() - Method in interface com.xebialabs.deployit.engine.api.execution.TaskState
 
getPassword() - Method in class com.xebialabs.deployit.engine.api.security.User
 
getPermissionName() - Method in class com.xebialabs.deployit.engine.api.security.Permission
 
getPlugin() - Method in class com.xebialabs.deployit.engine.api.dto.ServerPluginInfo
 
getPluginsInfo() - Method in class com.xebialabs.deployit.engine.api.dto.ServerInfo
 
getProperty(String) - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
 
getRoot() - Method in class com.xebialabs.deployit.engine.api.security.Permission
 
getStartDate() - Method in interface com.xebialabs.deployit.engine.api.execution.StepState
 
getStartDate() - Method in interface com.xebialabs.deployit.engine.api.execution.TaskState
 
getState() - Method in interface com.xebialabs.deployit.engine.api.execution.StepState
 
getState() - Method in interface com.xebialabs.deployit.engine.api.execution.TaskState
 
getStep(int) - Method in interface com.xebialabs.deployit.engine.api.execution.TaskWithSteps
 
getStep(String, int, DateTime) - Method in interface com.xebialabs.deployit.engine.api.TaskService
Retrieves information about a step.
getSteps() - Method in interface com.xebialabs.deployit.engine.api.execution.TaskWithSteps
 
getSteps(String) - Method in interface com.xebialabs.deployit.engine.api.TaskService
Returns a task containing step information.
getSyntheticProperties() - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
 
getSyntheticProperty(String) - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
 
getTask(String) - Method in interface com.xebialabs.deployit.engine.api.TaskService
Returns a task by ID.
getType() - Method in class com.xebialabs.deployit.engine.api.dto.ConfigurationItemId
 
getType() - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
 
getUsername() - Method in class com.xebialabs.deployit.engine.api.security.User
 
getValidations() - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
 
getVersion() - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
 
getVersion() - Method in class com.xebialabs.deployit.engine.api.dto.ServerInfo
 
getVersion() - Method in class com.xebialabs.deployit.engine.api.dto.ServerPluginInfo
 
getWrapped() - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
 
grant(String, String, String) - Method in interface com.xebialabs.deployit.engine.api.PermissionService
Grants a permission to a role on a CI.

H

hasProperty(String) - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
 

I

importPackage(String) - Method in interface com.xebialabs.deployit.engine.api.PackageService
Imports an application package that is present in the importablePackages directory on the Deployit Server.
Inspection - Class in com.xebialabs.deployit.engine.api.dto
 
Inspection(ConfigurationItem) - Constructor for class com.xebialabs.deployit.engine.api.dto.Inspection
 
InspectionService - Interface in com.xebialabs.deployit.engine.api
Inspects middleware.
isAdmin() - Method in class com.xebialabs.deployit.engine.api.security.User
 
isFinal() - Method in enum com.xebialabs.deployit.engine.api.execution.StepExecutionState
 
isFinal() - Method in enum com.xebialabs.deployit.engine.api.execution.TaskExecutionState
 
isGranted(String, String, String) - Method in interface com.xebialabs.deployit.engine.api.PermissionService
Checks if a permission is granted to a role on a CI.
isGrantedToMe(String, String) - Method in interface com.xebialabs.deployit.engine.api.PermissionService
Checks if the currently logged in user has a certain permission on a CI.
isOfType(Deployment.DeploymentType) - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
 

L

list() - Method in interface com.xebialabs.deployit.engine.api.PackageService
Lists all application packages that are present in the importablePackages directory on the Deployit Server.
list() - Method in interface com.xebialabs.deployit.engine.api.RoleService
Lists the names of all available roles in the security system.
listDescriptors() - Method in interface com.xebialabs.deployit.engine.api.MetadataService
Lists all the Descriptors of all the types known to the Deployit Type System.
listMyRoles() - Method in interface com.xebialabs.deployit.engine.api.RoleService
Lists the roles of the currently logged in user.
listOrchestrators() - Method in interface com.xebialabs.deployit.engine.api.MetadataService
Lists all the Orchestrator names that can be used to orchestrate a Deployment done by the DeploymentService.
listPermissions() - Method in interface com.xebialabs.deployit.engine.api.MetadataService
Lists all the Permissions that can be granted or revoked.
listRoles(String) - Method in interface com.xebialabs.deployit.engine.api.RoleService
Lists the roles of a user.
logout() - Method in interface com.xebialabs.deployit.engine.api.ServerService
Logs out the current user.

M

MetadataService - Interface in com.xebialabs.deployit.engine.api
Provides Deployit's metadata: available types, permissions and orchestrators.
modifyPassword(String, User) - Method in interface com.xebialabs.deployit.engine.api.UserService
Changes the password of the indicated user.
move(String, String) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
Moves a configuration item in the repository.
moveStep(String, int, int) - Method in interface com.xebialabs.deployit.engine.api.TaskService
Moves a step.

O

OmitXmlPreamble - Annotation Type in com.xebialabs.deployit.engine.api.xml
Ensures that the XML Preamble is removed from the response, this facilitates certain broken Rest clients which need a wrapped XML response.
OmitXmlPreamble.Processor - Class in com.xebialabs.deployit.engine.api.xml
Needs object as generic type, to prevent RESTEASY-701 from appearing.
OmitXmlPreamble.Processor() - Constructor for class com.xebialabs.deployit.engine.api.xml.OmitXmlPreamble.Processor
 

P

PackageService - Interface in com.xebialabs.deployit.engine.api
Manages Deployment Packages.
Permission - Class in com.xebialabs.deployit.engine.api.security
 
Permission() - Constructor for class com.xebialabs.deployit.engine.api.security.Permission
 
Permission(String, String, String) - Constructor for class com.xebialabs.deployit.engine.api.security.Permission
 
PermissionService - Interface in com.xebialabs.deployit.engine.api
Manages permissions in Deployit.
prepare(String, String) - Method in interface com.xebialabs.deployit.engine.api.ControlService
Returns a parameter object for the task that will execute the control task method.
prepare(ConfigurationItem) - Method in interface com.xebialabs.deployit.engine.api.InspectionService
Initializes the task parameter object for inspection on a CI.
prepare(String) - Method in interface com.xebialabs.deployit.engine.api.InspectionService
Initializes the task parameter object for inspection on a CI.
prepareInitial(String, String) - Method in interface com.xebialabs.deployit.engine.api.DeploymentService
Prepares an initial deployment.
prepareUndeploy(String) - Method in interface com.xebialabs.deployit.engine.api.DeploymentService
Prepares an undeployment.
prepareUpdate(String, String) - Method in interface com.xebialabs.deployit.engine.api.DeploymentService
Prepares an update deployment.
putSyntheticProperty(String, T) - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
 

Q

query(Type, String, String, DateTime, DateTime, long, long) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
Retrieves configuration items by way of a query.
query(LocalDate, LocalDate) - Method in interface com.xebialabs.deployit.engine.api.TaskService
Searches for tasks without step information.

R

read(String) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
Reads a configuration item from the repository.
read(List<String>) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
Reads multiple configuration items from the repository.
read(String) - Method in interface com.xebialabs.deployit.engine.api.UserService
Returns the user details without the password.
rename(String, String) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
Changes the name of a configuration item in the repository.
rename(String, String) - Method in interface com.xebialabs.deployit.engine.api.RoleService
Renames a role.
RepositoryService - Interface in com.xebialabs.deployit.engine.api
Provides access to the Deployit repository.
retrieveInspectionResults(String) - Method in interface com.xebialabs.deployit.engine.api.InspectionService
Retrieved the inspection results
revoke(String, String, String) - Method in interface com.xebialabs.deployit.engine.api.PermissionService
Revokes the permission of a role on a CI.
Role - Class in com.xebialabs.deployit.engine.api.security
 
Role() - Constructor for class com.xebialabs.deployit.engine.api.security.Role
 
Role(Integer, String) - Constructor for class com.xebialabs.deployit.engine.api.security.Role
 
RoleService - Interface in com.xebialabs.deployit.engine.api
Manages the roles in Deployit's security system.
rollback(String) - Method in interface com.xebialabs.deployit.engine.api.DeploymentService
Rollback a TaskExecutionState.STOPPED or TaskExecutionState.EXECUTED task.

S

ServerInfo - Class in com.xebialabs.deployit.engine.api.dto
 
ServerInfo() - Constructor for class com.xebialabs.deployit.engine.api.dto.ServerInfo
 
ServerPluginInfo - Class in com.xebialabs.deployit.engine.api.dto
 
ServerPluginInfo() - Constructor for class com.xebialabs.deployit.engine.api.dto.ServerPluginInfo
 
ServerPluginInfo(String, String) - Constructor for class com.xebialabs.deployit.engine.api.dto.ServerPluginInfo
 
ServerService - Interface in com.xebialabs.deployit.engine.api
Services related to the operation of the Deployit server process.
setAdmin(boolean) - Method in class com.xebialabs.deployit.engine.api.security.User
 
setArtifact(Artifact) - Method in class com.xebialabs.deployit.engine.api.dto.ArtifactAndData
 
setClasspathEntries(List<String>) - Method in class com.xebialabs.deployit.engine.api.dto.ServerInfo
 
setContainers(List<ConfigurationItemId>) - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
 
setData(byte[]) - Method in class com.xebialabs.deployit.engine.api.dto.ArtifactAndData
 
setDeployables(List<ConfigurationItemId>) - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
 
setDeployedApplication(ConfigurationItem) - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
 
setDeployeds(List<ConfigurationItem>) - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
 
setDeploymentType(Deployment.DeploymentType) - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
 
setFileData(InputStream) - Method in class com.xebialabs.deployit.engine.api.dto.FileUpload
 
setFilename(String) - Method in class com.xebialabs.deployit.engine.api.dto.ArtifactAndData
 
setId(String) - Method in class com.xebialabs.deployit.engine.api.dto.ConfigurationItemId
 
setId(String) - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
 
setId(Integer) - Method in class com.xebialabs.deployit.engine.api.security.Role
 
setLevel(String) - Method in class com.xebialabs.deployit.engine.api.security.Permission
 
setName(String) - Method in class com.xebialabs.deployit.engine.api.security.Role
 
setPassword(String) - Method in class com.xebialabs.deployit.engine.api.security.User
 
setPermissionName(String) - Method in class com.xebialabs.deployit.engine.api.security.Permission
 
setPlugin(String) - Method in class com.xebialabs.deployit.engine.api.dto.ServerPluginInfo
 
setPluginsInfo(List<ServerPluginInfo>) - Method in class com.xebialabs.deployit.engine.api.dto.ServerInfo
 
setProperty(String, T) - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
 
setRoot(String) - Method in class com.xebialabs.deployit.engine.api.security.Permission
 
setType(Type) - Method in class com.xebialabs.deployit.engine.api.dto.ConfigurationItemId
 
setUsername(String) - Method in class com.xebialabs.deployit.engine.api.security.User
 
setValidations(List<ValidationMessage>) - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
 
setVersion(String) - Method in class com.xebialabs.deployit.engine.api.dto.ServerInfo
 
setVersion(String) - Method in class com.xebialabs.deployit.engine.api.dto.ServerPluginInfo
 
shutdown() - Method in interface com.xebialabs.deployit.engine.api.ServerService
Stops the server process in a graceful manner.
skip(String, List<Integer>) - Method in interface com.xebialabs.deployit.engine.api.TaskService
Indicates that one or more steps should be skipped.
start(String) - Method in interface com.xebialabs.deployit.engine.api.TaskService
Starts a task.
StepExecutionState - Enum in com.xebialabs.deployit.engine.api.execution
 
StepState - Interface in com.xebialabs.deployit.engine.api.execution
 
stop(String) - Method in interface com.xebialabs.deployit.engine.api.TaskService
Gracefully stops an active task.

T

TaskExecutionState - Enum in com.xebialabs.deployit.engine.api.execution
 
TaskService - Interface in com.xebialabs.deployit.engine.api
Manages tasks on the Deployit Server.
TaskState - Interface in com.xebialabs.deployit.engine.api.execution
The information of a task.
TaskWithSteps - Interface in com.xebialabs.deployit.engine.api.execution
 
toString() - Method in class com.xebialabs.deployit.engine.api.dto.AbstractDto
 
toString() - Method in class com.xebialabs.deployit.engine.api.dto.ConfigurationItemId
 
toString() - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
 
toString() - Method in class com.xebialabs.deployit.engine.api.security.Role
 

U

unassign(String, String) - Method in interface com.xebialabs.deployit.engine.api.RoleService
Removes a role from a user or group.
unskip(String, List<Integer>) - Method in interface com.xebialabs.deployit.engine.api.TaskService
Indicates that one or more steps should no longer be skipped, but executed.
update(String, ConfigurationItem) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
Modifies a configuration item.
update(String, ArtifactAndData) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
Modifies an artifact (upload new data).
update(List<ConfigurationItem>) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
Modifies multiple configuration items.
upload(String, FileUpload) - Method in interface com.xebialabs.deployit.engine.api.PackageService
Uploads an application package to the Deployit Server.
User - Class in com.xebialabs.deployit.engine.api.security
 
User() - Constructor for class com.xebialabs.deployit.engine.api.security.User
 
User(String, boolean) - Constructor for class com.xebialabs.deployit.engine.api.security.User
 
UserService - Interface in com.xebialabs.deployit.engine.api
Manages users in Deployit's internal user repository.

V

validate(Deployment) - Method in interface com.xebialabs.deployit.engine.api.DeploymentService
Validates the generated deployment.
validate(List<ConfigurationItem>) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
Validate the configuration items, returning any validation errors found.
ValidatedConfigurationItem - Class in com.xebialabs.deployit.engine.api.dto
 
ValidatedConfigurationItem(ConfigurationItem) - Constructor for class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
 
valueOf(String) - Static method in enum com.xebialabs.deployit.engine.api.dto.Deployment.DeploymentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.xebialabs.deployit.engine.api.execution.StepExecutionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.xebialabs.deployit.engine.api.execution.TaskExecutionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.xebialabs.deployit.engine.api.security.Role
 
values() - Static method in enum com.xebialabs.deployit.engine.api.dto.Deployment.DeploymentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.xebialabs.deployit.engine.api.execution.StepExecutionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.xebialabs.deployit.engine.api.execution.TaskExecutionState
Returns an array containing the constants of this enum type, in the order they are declared.

A C D E F G H I L M O P Q R S T U V