A B C D E F G H I L M O P Q R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abort(String) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Aborts an active task.
- abort(String) - Method in interface com.xebialabs.deployit.engine.api.TaskService
-
Deprecated.Aborts an active task.
- ABORTED - com.xebialabs.deployit.engine.api.execution.BlockExecutionState
- ABORTED - com.xebialabs.deployit.engine.api.execution.TaskExecutionState
- ABORTING - com.xebialabs.deployit.engine.api.execution.BlockExecutionState
- ABORTING - com.xebialabs.deployit.engine.api.execution.TaskExecutionState
- 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
-
Adds a
ConfigurationItem
to the list of deployeds of this deployment. - addAll(List<ConfigurationItem>) - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
-
Adds a list of
ConfigurationItem
s to the list of deployeds of this deployment. - addPause(String, int) - Method in interface com.xebialabs.deployit.engine.api.TaskService
-
Deprecated.Add a pause step at the specified position.
- addPause(String, String) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Add a pause step at the specified position.
- addPrincipals(List<String>) - Method in class com.xebialabs.deployit.engine.api.security.RolePrincipals
- addResolvedPlaceholders(Set<ResolvedPlaceholder>) - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
- ALL - com.xebialabs.deployit.engine.api.execution.TaskSet
- AppEnvStatusReport - Class in com.xebialabs.deployit.engine.api.dto.report
-
Contains information about number of deployments per application and environment.
- AppEnvStatusReport() - Constructor for class com.xebialabs.deployit.engine.api.dto.report.AppEnvStatusReport
- AppEnvStatusReport(String, String, DeploymentsStatusOverview) - Constructor for class com.xebialabs.deployit.engine.api.dto.report.AppEnvStatusReport
- archive(String) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Archive an executed task.
- archive(String) - Method in interface com.xebialabs.deployit.engine.api.TaskService
-
Deprecated.Archive an executed task.
- arePluginsSynced() - Method in class com.xebialabs.deployit.engine.api.dto.SatelliteInfo
- ArtifactAndData - Class in com.xebialabs.deployit.engine.api.dto
-
The parameter object for certain REST API and it represents both the artifact CI and its data.
- ArtifactAndData() - Constructor for class com.xebialabs.deployit.engine.api.dto.ArtifactAndData
- ArtifactAndData(Artifact, byte[]) - Constructor for class com.xebialabs.deployit.engine.api.dto.ArtifactAndData
- ArtifactAndData(Artifact, File) - Constructor for class com.xebialabs.deployit.engine.api.dto.ArtifactAndData
- ArtifactAndData(Artifact, InputStream) - 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, String, InputStream) - Constructor for class com.xebialabs.deployit.engine.api.dto.ArtifactAndData
- asDateTime() - Method in class com.xebialabs.deployit.core.api.resteasy.Date
- 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.TaskBlockService
-
Assigns a task to a different user.
- assign(String, String) - Method in interface com.xebialabs.deployit.engine.api.TaskService
-
Deprecated.Assigns a task to a different user.
B
- BlockExecutionState - Enum in com.xebialabs.deployit.engine.api.execution
-
All possible values for the execution state of a block.
- BlockState - Interface in com.xebialabs.deployit.engine.api.execution
-
Information about a block.
C
- cancel(String) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Cancels a stopped task.
- cancel(String) - Method in interface com.xebialabs.deployit.engine.api.TaskService
-
Deprecated.Cancels a stopped task.
- CANCELLED - com.xebialabs.deployit.engine.api.execution.TaskExecutionState
- CANCELLING - com.xebialabs.deployit.engine.api.execution.TaskExecutionState
- candidateValues(String, String, String, long, long, ConfigurationItem) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
-
Find candidate values for a property of a
ConfigurationItem
. - com.xebialabs.deployit.core.api.resteasy - package com.xebialabs.deployit.core.api.resteasy
- com.xebialabs.deployit.engine.api - package com.xebialabs.deployit.engine.api
-
These are the public REST services exposed by the XL Deploy server.
- com.xebialabs.deployit.engine.api.dto - package com.xebialabs.deployit.engine.api.dto
-
Copyright 2014-2019 XebiaLabs Inc.
- com.xebialabs.deployit.engine.api.dto.report - package com.xebialabs.deployit.engine.api.dto.report
- 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.task - package com.xebialabs.deployit.engine.api.task
- com.xebialabs.deployit.engine.api.xml - package com.xebialabs.deployit.engine.api.xml
- com.xebialabs.xlplatform.security.dto - package com.xebialabs.xlplatform.security.dto
- compareTo(Date) - Method in class com.xebialabs.deployit.core.api.resteasy.Date
- CompositeBlockState - Interface in com.xebialabs.deployit.engine.api.execution
- ConfigurationItemId - Class in com.xebialabs.deployit.engine.api.dto
-
A reference to a
ConfigurationItem
, containing theid
andtype
. - ConfigurationItemId() - Constructor for class com.xebialabs.deployit.engine.api.dto.ConfigurationItemId
- ConfigurationItemId(String, Type) - Constructor for class com.xebialabs.deployit.engine.api.dto.ConfigurationItemId
- ConfigurationItemIdAndReferenceId - Class in com.xebialabs.deployit.engine.api.dto
-
A reference to a
ConfigurationItem
, containing theid
,type
and$referenceId
. - ConfigurationItemIdAndReferenceId() - Constructor for class com.xebialabs.deployit.engine.api.dto.ConfigurationItemIdAndReferenceId
- ConfigurationItemIdAndReferenceId(String, Type, String) - Constructor for class com.xebialabs.deployit.engine.api.dto.ConfigurationItemIdAndReferenceId
- CONNECTED - com.xebialabs.deployit.engine.api.execution.SatelliteConnectionState
- construct(Type) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
-
Composes CI prototype filled in with default values.
- Control - Class in com.xebialabs.deployit.engine.api.dto
-
The parameter object of a control task action.
- Control(ConfigurationItem, String) - Constructor for class com.xebialabs.deployit.engine.api.dto.Control
- Control(ConfigurationItem, String, Parameters) - Constructor for class com.xebialabs.deployit.engine.api.dto.Control
- CONTROL_TASK - com.xebialabs.deployit.engine.api.execution.TaskKind
- ControlService - Interface in com.xebialabs.deployit.engine.api
-
Provides access to control methods defined on CIs.
- ControlTaskReportLine - Class in com.xebialabs.deployit.engine.api.dto
-
Contains information about Control Task report record: task ID, start and finish date and time, state, task owner, task name, target CI, task description and task blocks
- ControlTaskReportLine() - Constructor for class com.xebialabs.deployit.engine.api.dto.ControlTaskReportLine
- copy(String, String) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
-
Copy a configuration item in the repository.
- countHosts(String, String) - Method in interface com.xebialabs.deployit.engine.api.SatelliteService
- create(String) - Method in interface com.xebialabs.deployit.engine.api.RoleService
-
Creates a new role.
- create(String, ArtifactAndData) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
-
Creates a new artifact CI with data.
- create(String, User) - Method in interface com.xebialabs.deployit.engine.api.UserService
-
Creates a new user.
- create(String, ConfigurationItem) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
-
Creates a new configuration item.
- create(List<ConfigurationItem>) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
-
Creates multiple configuration items.
- 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
- createWithStepBlock(Authentication, String, List<Step>, Map<String, String>) - Method in interface com.xebialabs.deployit.engine.api.task.TaskCreationService
-
Create and register a task with given steps and metadata.
D
- Date - Class in com.xebialabs.deployit.core.api.resteasy
-
Can be used as a parameter in RestEASY, as it has a String argument constructor.
- Date(String) - Constructor for class com.xebialabs.deployit.core.api.resteasy.Date
- Date(Calendar) - Constructor for class com.xebialabs.deployit.core.api.resteasy.Date
- Date(Calendar, String) - Constructor for class com.xebialabs.deployit.core.api.resteasy.Date
- decorate(Marshaller, 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 XL Deploy security system.
- delete(String) - Method in interface com.xebialabs.deployit.engine.api.UserService
-
Deletes the user.
- deleteList(List<String>) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
-
Deletes multiple configuration items from the repository.
- Deployment - Class in com.xebialabs.deployit.engine.api.dto
-
The parameter object of a deployment action.
- Deployment() - Constructor for class com.xebialabs.deployit.engine.api.dto.Deployment
- DEPLOYMENT - com.xebialabs.deployit.engine.api.execution.TaskKind
- Deployment.DeploymentType - Enum in com.xebialabs.deployit.engine.api.dto
-
The type of deployment: INITIAL, UPDATE or UNDEPLOYMENT.
- DeploymentInfo - Class in com.xebialabs.deployit.engine.api.dto
-
Contains information about the last deployment to an environment or host.
- DeploymentInfo() - Constructor for class com.xebialabs.deployit.engine.api.dto.DeploymentInfo
- DeploymentInfo(String, Type, DateTime, String) - Constructor for class com.xebialabs.deployit.engine.api.dto.DeploymentInfo
- DeploymentService - Interface in com.xebialabs.deployit.engine.api
-
Deployment management
- DeploymentsStatusOverview - Class in com.xebialabs.deployit.engine.api.dto.report
-
Contains information about overall number of deployments per deployment state.
- DeploymentsStatusOverview() - Constructor for class com.xebialabs.deployit.engine.api.dto.report.DeploymentsStatusOverview
- DeploymentsStatusOverview(int, int, int, int, int) - Constructor for class com.xebialabs.deployit.engine.api.dto.report.DeploymentsStatusOverview
- DeploymentTaskReportLine - Class in com.xebialabs.deployit.engine.api.dto
- DeploymentTaskReportLine() - Constructor for class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- DISCONNECTED - com.xebialabs.deployit.engine.api.execution.SatelliteConnectionState
- DONE - com.xebialabs.deployit.engine.api.execution.BlockExecutionState
- DONE - com.xebialabs.deployit.engine.api.execution.StepExecutionState
- DONE - com.xebialabs.deployit.engine.api.execution.TaskExecutionState
- downloadAuditReport() - Method in interface com.xebialabs.deployit.engine.api.ReportService
-
Export audit report containing global and folder permissions of roles
- downloadAuditReport(List<String>) - Method in interface com.xebialabs.deployit.engine.api.ReportService
-
Export audit report containing global and folder permissions of roles
- downloadControlTasksReport(Date, Date, List<String>, String, List<String>, List<Ordering>, String, String, Set<String>) - Method in interface com.xebialabs.deployit.engine.api.ReportService
-
Find all archived Control Tasks, optionally filtered by parameters.
- downloadTaskReport(Date, Date, List<Ordering>, List<String>, List<String>, List<String>, String, boolean, String, List<ConfigurationItemId>) - Method in interface com.xebialabs.deployit.engine.api.ReportService
-
Find all archived Deployment Tasks, optionally filtered by parameters.
E
- EditRolePermissionsDto - Class in com.xebialabs.deployit.engine.api.dto
- EditRolePermissionsDto() - Constructor for class com.xebialabs.deployit.engine.api.dto.EditRolePermissionsDto
- EditRolePermissionsDto(String, List<String>, List<String>) - Constructor for class com.xebialabs.deployit.engine.api.dto.EditRolePermissionsDto
- effectiveDictionary(String, String, String, String) - Method in interface com.xebialabs.deployit.engine.api.DeploymentService
-
Get the effective dictionary for an environment, optionally filtered by application and container.
- equals(Object) - Method in class com.xebialabs.deployit.engine.api.dto.SatelliteInfo
- EXECUTED - com.xebialabs.deployit.engine.api.execution.TaskExecutionState
- EXECUTING - com.xebialabs.deployit.engine.api.execution.BlockExecutionState
- EXECUTING - com.xebialabs.deployit.engine.api.execution.StepExecutionState
- EXECUTING - com.xebialabs.deployit.engine.api.execution.TaskExecutionState
- exists(String) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
-
Checks if a configuration item exists.
- exists(String) - Method in interface com.xebialabs.deployit.engine.api.RoleService
-
Checks if role with given name exists
- export(LocalDate, LocalDate) - Method in interface com.xebialabs.deployit.engine.api.TaskService
-
Deprecated.Searches for tasks with detailed step information.
- export(LocalDate, LocalDate, Paging) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Searches for tasks with detailed step information.
F
- FAILED - com.xebialabs.deployit.engine.api.execution.BlockExecutionState
- FAILED - com.xebialabs.deployit.engine.api.execution.StepExecutionState
- FAILED - com.xebialabs.deployit.engine.api.execution.TaskExecutionState
- FAILING - com.xebialabs.deployit.engine.api.execution.BlockExecutionState
- FAILING - com.xebialabs.deployit.engine.api.execution.TaskExecutionState
- fetch(ImportFromUrlParams) - Method in interface com.xebialabs.deployit.engine.api.PackageService
-
Fetches a package from a URL outside of the XL Deploy Server.
- fetch(String) - Method in interface com.xebialabs.deployit.engine.api.PackageService
-
Deprecated.
- FetchMode - Enum in com.xebialabs.deployit.engine.api.execution
-
All possible fetch modes.
- FileUpload - Class in com.xebialabs.deployit.engine.api.dto
-
Base class for handling RESTEasy file uploads.
- 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 XL Deploy Type System. - FORCE_CANCELLED - com.xebialabs.deployit.engine.api.execution.TaskExecutionState
- forceCancel(String) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Force-cancels a stopped task - do a best-effort cleanup, continuing on when steps of an always-run phase fail
- forceCancelTasks(List<String>) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Force-cancels stopped tasks - do a best-effort cleanup, continuing on when steps of an always-run phase fail
- FORMAT - Static variable in class com.xebialabs.deployit.core.api.resteasy.Date
- forName(String) - Static method in class com.xebialabs.deployit.engine.api.security.Role
- FULL - com.xebialabs.deployit.engine.api.execution.FetchMode
G
- gc() - Method in interface com.xebialabs.deployit.engine.api.ServerService
-
Runs the garbage collector on the repository.
- generateSelectedDeployeds(SelectedDeployment) - Method in interface com.xebialabs.deployit.engine.api.DeploymentService
-
Generates only the deployeds for the given deployables in the deployment.
- generateSelectedDeployeds(List<String>, Deployment) - Method in interface com.xebialabs.deployit.engine.api.DeploymentService
- 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.
- get$directoryReference() - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
-
Deprecated.
- get$internalId() - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
-
Deprecated.
- get$referenceId() - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
-
Deprecated.
- get$securedCi() - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
-
Deprecated.
- get$securedDirectoryReference() - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
-
Deprecated.
- get$validationMessages() - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
-
Deprecated.
- getActiveBlocks() - Method in interface com.xebialabs.deployit.engine.api.execution.TaskWithBlock
-
Returns list of block ids which are active at the moment.
- getAddedPermissions() - Method in class com.xebialabs.deployit.engine.api.dto.EditRolePermissionsDto
- getAllCurrentTasks() - Method in interface com.xebialabs.deployit.engine.api.task.TaskBlockServiceDefaults
- getAllCurrentTasks() - Method in interface com.xebialabs.deployit.engine.api.TaskService
-
Deprecated.Returns all active tasks for all users.
- getAllCurrentTasks(FetchMode) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Returns all active tasks for all users.
- getAppEnvStatus(Date, Date) - Method in interface com.xebialabs.deployit.engine.api.ReportService
-
Fetch number of deployments per application and environment.
- getApplication() - Method in class com.xebialabs.deployit.engine.api.dto.report.AppEnvStatusReport
- getApplication() - Method in class com.xebialabs.deployit.engine.api.execution.TaskPackageDependency
- getArtifact() - Method in class com.xebialabs.deployit.engine.api.dto.ArtifactAndData
- getAssociatedSatelliteIds() - Method in class com.xebialabs.deployit.engine.api.dto.QueuedTask
- getBlock() - Method in class com.xebialabs.deployit.engine.api.dto.ControlTaskReportLine
- getBlock() - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- getBlock() - Method in interface com.xebialabs.deployit.engine.api.execution.PhaseState
- getBlock() - Method in class com.xebialabs.deployit.engine.api.execution.TaskPreviewBlock
- getBlock() - Method in interface com.xebialabs.deployit.engine.api.execution.TaskWithBlock
-
Returns state of the root block
- getBlock(String, String) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Returns a block by ID.
- getBlocks() - Method in interface com.xebialabs.deployit.engine.api.execution.CompositeBlockState
- getBlocks() - Method in interface com.xebialabs.deployit.engine.api.execution.PhaseContainerState
- getCalendar() - Method in class com.xebialabs.deployit.core.api.resteasy.Date
- getCompletionDate() - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- getCompletionDate() - Method in interface com.xebialabs.deployit.engine.api.execution.SerializableTask
- getCompletionDate() - Method in interface com.xebialabs.deployit.engine.api.execution.StepState
- 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
- getControlService() - Static method in class com.xebialabs.deployit.engine.api.ServiceHolder
- getControlTasksReport(Date, Date, List<String>, String, FetchMode, List<String>, List<Ordering>, String, String, Paging, Set<String>) - Method in interface com.xebialabs.deployit.engine.api.ReportService
-
Find all archived Control Tasks, optionally filtered by parameters.
- getControlTaskTargetCI() - Method in class com.xebialabs.deployit.engine.api.dto.ControlTaskReportLine
- getCredentialsId() - Method in class com.xebialabs.deployit.engine.api.dto.ImportFromUrlParams
- getCurrentMode() - Method in class com.xebialabs.deployit.engine.api.dto.ServerState
- getCurrentPassword() - Method in class com.xebialabs.deployit.engine.api.security.User
- getCurrentSatelliteTasks(String, FetchMode) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Returns all active satellite tasks for all users.
- getCurrentStep() - Method in interface com.xebialabs.deployit.engine.api.execution.StepBlockState
-
Returns number of step which is being executed.
- getCurrentStepNr() - Method in interface com.xebialabs.deployit.engine.api.execution.TaskState
-
Deprecated.Use
TaskState.getCurrentStepNrs()
instead. - getCurrentStepNrs() - Method in interface com.xebialabs.deployit.engine.api.execution.TaskState
-
Deprecated.
- getData() - Method in class com.xebialabs.deployit.engine.api.dto.ArtifactAndData
-
Deprecated.Use com.xebialabs.deployit.engine.api.dto.ArtifactAndData#getDataInputStream()
- getDatabaseInfo() - Method in class com.xebialabs.deployit.engine.api.dto.ServerInfo
- getDataInputStream() - 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
- getDeployment() - Method in class com.xebialabs.deployit.engine.api.dto.SelectedDeployment
- getDeploymentGroupIndex() - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
- getDeploymentPackage() - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- getDeploymentService() - Static method in class com.xebialabs.deployit.engine.api.ServiceHolder
- getDeploymentsStatusOverview() - Method in class com.xebialabs.deployit.engine.api.dto.report.AppEnvStatusReport
- getDeploymentType() - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
- getDescription() - Method in class com.xebialabs.deployit.engine.api.dto.ControlTaskReportLine
- getDescription() - Method in interface com.xebialabs.deployit.engine.api.execution.BlockState
-
Returns description of the block.
- getDescription() - Method in interface com.xebialabs.deployit.engine.api.execution.SerializableTask
- getDescription() - Method in interface com.xebialabs.deployit.engine.api.execution.StepState
- getEnvironment() - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
- getEnvironment() - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- getEnvironment() - Method in class com.xebialabs.deployit.engine.api.dto.report.AppEnvStatusReport
- getEnvironmentId() - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- getEnvironmentId() - Method in class com.xebialabs.deployit.engine.api.dto.QueuedTask
- getEnvironmentIdWithoutRoot() - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- getFailureCount() - Method in interface com.xebialabs.deployit.engine.api.execution.SerializableTask
- getFailureCount() - Method in interface com.xebialabs.deployit.engine.api.execution.StepState
- getFileData() - Method in class com.xebialabs.deployit.engine.api.dto.FileUpload
- getFilename() - Method in class com.xebialabs.deployit.engine.api.dto.ArtifactAndData
- getFinished() - Method in class com.xebialabs.deployit.engine.api.dto.ControlTaskReportLine
- getGrantedPermissions(String) - Method in interface com.xebialabs.deployit.engine.api.PermissionService
-
Gets all the permissions granted to a role.
- getGrantedPermissionsById(String) - Method in interface com.xebialabs.deployit.engine.api.PermissionService
-
Gets all the permissions granted to a role.
- getGroupedRequiredDeployments() - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
- getId() - Method in class com.xebialabs.deployit.engine.api.dto.ConfigurationItemId
- getId() - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
- getId() - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentInfo
- getId() - Method in class com.xebialabs.deployit.engine.api.dto.QueuedTask
- getId() - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
-
Deprecated.
- getId() - Method in interface com.xebialabs.deployit.engine.api.execution.BlockState
-
Returns id of the block.
- getId() - Method in interface com.xebialabs.deployit.engine.api.execution.SerializableTask
- getId() - Method in class com.xebialabs.deployit.engine.api.execution.TaskPreview
-
Deprecated.
- getId() - Method in class com.xebialabs.deployit.engine.api.execution.TaskPreviewBlock
- 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.
- getInfo(String) - Method in interface com.xebialabs.deployit.engine.api.SatelliteService
-
Returns information about the configuration of the satellite.
- getInfos(List<String>) - Method in interface com.xebialabs.deployit.engine.api.SatelliteService
-
Returns information about the configuration of the satellite.
- getInspectionService() - Static method in class com.xebialabs.deployit.engine.api.ServiceHolder
- getLastDeploymentBy() - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentInfo
- getLastDeploymentDate() - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentInfo
- getLastDeploymentDateString() - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentInfo
- getLevel() - Method in class com.xebialabs.deployit.engine.api.security.Permission
- getLog() - Method in interface com.xebialabs.deployit.engine.api.execution.StepState
- getLogo(String) - Method in interface com.xebialabs.deployit.engine.api.ServerService
-
Returns the logo from "conf" folder.
- getLogs() - Method in interface com.xebialabs.deployit.engine.api.execution.StepState
- getLookup() - Static method in interface com.xebialabs.deployit.engine.api.task.TaskBlockServiceDefaults
- getMaxQueueWaitingTimeSeconds() - Method in class com.xebialabs.deployit.engine.api.dto.TaskQueueSummary
- getMessage() - Method in class com.xebialabs.xlplatform.security.dto.PasswordValidationResult
- getMetadata() - Method in interface com.xebialabs.deployit.engine.api.execution.SerializableTask
- getMetadata() - Method in interface com.xebialabs.deployit.engine.api.execution.StepState
- getMetadataService() - Static method in class com.xebialabs.deployit.engine.api.ServiceHolder
- getMyCurrentTasks() - Method in interface com.xebialabs.deployit.engine.api.task.TaskBlockServiceDefaults
- getMyCurrentTasks() - Method in interface com.xebialabs.deployit.engine.api.TaskService
-
Deprecated.Returns the active tasks of the logged in user.
- getMyCurrentTasks(FetchMode) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
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.
- getMySatelliteTasks(String, FetchMode) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Returns all active satellite tasks the logged in user.
- getName() - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
-
Deprecated.
- getName() - Method in class com.xebialabs.deployit.engine.api.security.Role
- getNoOfAbortedDeployments() - Method in class com.xebialabs.deployit.engine.api.dto.report.DeploymentsStatusOverview
- getNoOfFailedDeployments() - Method in class com.xebialabs.deployit.engine.api.dto.report.DeploymentsStatusOverview
- getNoOfRollbacks() - Method in class com.xebialabs.deployit.engine.api.dto.report.DeploymentsStatusOverview
- getNoOfSuccessfulDeployments() - Method in class com.xebialabs.deployit.engine.api.dto.report.DeploymentsStatusOverview
- getNrSteps() - Method in interface com.xebialabs.deployit.engine.api.execution.TaskState
-
Deprecated.
- getNumOfQueuedTasks() - Method in class com.xebialabs.deployit.engine.api.dto.TaskQueueSummary
- getNumOfRunningTasks() - Method in class com.xebialabs.deployit.engine.api.dto.TaskQueueSummary
- getOwner() - Method in class com.xebialabs.deployit.engine.api.dto.ControlTaskReportLine
- getOwner() - Method in interface com.xebialabs.deployit.engine.api.execution.SerializableTask
- getPackageDependencies() - Method in interface com.xebialabs.deployit.engine.api.execution.SerializableTask
- getPackageService() - Static method in class com.xebialabs.deployit.engine.api.ServiceHolder
- getParameters() - Method in class com.xebialabs.deployit.engine.api.dto.Control
- getPassword() - Method in class com.xebialabs.deployit.engine.api.dto.ImportFromUrlParams
- getPassword() - Method in class com.xebialabs.deployit.engine.api.security.User
- getPermissionName() - Method in class com.xebialabs.deployit.engine.api.security.Permission
- getPermissionService() - Static method in class com.xebialabs.deployit.engine.api.ServiceHolder
- getPlugin() - Method in class com.xebialabs.deployit.engine.api.dto.ServerPluginInfo
- getPluginsInfo() - Method in class com.xebialabs.deployit.engine.api.dto.ServerInfo
- getPreviousAttemptsLogs() - Method in interface com.xebialabs.deployit.engine.api.execution.StepState
- getPrincipals() - Method in class com.xebialabs.deployit.engine.api.security.RolePrincipals
- getProperty(String) - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
-
Deprecated.
- getQueuedDate() - Method in class com.xebialabs.deployit.engine.api.dto.QueuedTask
- getQueuedOrder() - Method in class com.xebialabs.deployit.engine.api.dto.QueuedTask
- getReferenceId() - Method in class com.xebialabs.deployit.engine.api.dto.ConfigurationItemIdAndReferenceId
- getRemovedPermissions() - Method in class com.xebialabs.deployit.engine.api.dto.EditRolePermissionsDto
- getReportService() - Static method in class com.xebialabs.deployit.engine.api.ServiceHolder
- getRepositoryService() - Static method in class com.xebialabs.deployit.engine.api.ServiceHolder
- getRequiredDeployments() - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
- getResolvedPlaceholders() - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
- getRole() - Method in class com.xebialabs.deployit.engine.api.security.RolePrincipals
- getRoleName() - Method in class com.xebialabs.deployit.engine.api.dto.EditRolePermissionsDto
- getRoleService() - Static method in class com.xebialabs.deployit.engine.api.ServiceHolder
- getRolledBack() - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- getRoot() - Method in class com.xebialabs.deployit.engine.api.security.Permission
- getSatelliteConnectionState() - Method in interface com.xebialabs.deployit.engine.api.execution.BlockState
- getSatelliteId() - Method in class com.xebialabs.deployit.engine.api.dto.SatelliteInfo
- getSatelliteId() - Method in interface com.xebialabs.deployit.engine.api.execution.StepBlockState
-
Returns satellite if it used in current block
- getScheduledDate() - Method in interface com.xebialabs.deployit.engine.api.execution.SerializableTask
- getSelectedDeployableIds() - Method in class com.xebialabs.deployit.engine.api.dto.SelectedDeployment
- getServerService() - Static method in class com.xebialabs.deployit.engine.api.ServiceHolder
- getServerUrl() - Method in class com.xebialabs.deployit.engine.api.dto.ServerInfo
- getSkippable() - Method in interface com.xebialabs.deployit.engine.api.execution.StepState
- getStartDate() - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- getStartDate() - Method in interface com.xebialabs.deployit.engine.api.execution.SerializableTask
- getStartDate() - Method in interface com.xebialabs.deployit.engine.api.execution.StepState
- getStarted() - Method in class com.xebialabs.deployit.engine.api.dto.ControlTaskReportLine
- getState() - Method in class com.xebialabs.deployit.engine.api.dto.ControlTaskReportLine
- getState() - Method in interface com.xebialabs.deployit.engine.api.execution.BlockState
- getState() - Method in interface com.xebialabs.deployit.engine.api.execution.SerializableTask
- getState() - Method in interface com.xebialabs.deployit.engine.api.execution.StepState
- getState() - Method in interface com.xebialabs.deployit.engine.api.execution.TaskState
-
Deprecated.
- getState() - Method in interface com.xebialabs.deployit.engine.api.ServerService
-
Returns the information about the current server state (is it RUNNING or in MAINTENANCE mode).
- getStatus() - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- getStatus(String, String) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Returns task status by path.
- getStatusOverview(Date, Date) - Method in interface com.xebialabs.deployit.engine.api.ReportService
-
Fetch overall number of deployments per deployment state.
- getStep(int) - Method in interface com.xebialabs.deployit.engine.api.execution.TaskWithSteps
-
Deprecated.
- getStep(String, int, DateTime) - Method in interface com.xebialabs.deployit.engine.api.TaskService
-
Deprecated.Retrieves information about a step.
- getStep(String, String, DateTime) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Retrieves information about a step.
- getStepLog(String, String) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Returns task status by path.
- getSteps() - Method in interface com.xebialabs.deployit.engine.api.execution.StepBlockState
-
Returns states of all the states included in this block.
- getSteps() - Method in class com.xebialabs.deployit.engine.api.execution.TaskPreview
-
Deprecated.
- getSteps() - Method in interface com.xebialabs.deployit.engine.api.execution.TaskWithSteps
-
Deprecated.
- getSteps(String) - Method in interface com.xebialabs.deployit.engine.api.TaskService
-
Deprecated.Returns a task containing step information.
- getSteps(String, String) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Returns a block with steps by ID.
- getTask(String) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Returns a full task by ID.
- getTask(String) - Method in interface com.xebialabs.deployit.engine.api.TaskService
-
Deprecated.Returns a task by ID.
- getTaskBlockService() - Static method in class com.xebialabs.deployit.engine.api.ServiceHolder
- getTaskByFetchMode(String, FetchMode) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Returns a task by ID.
- getTaskCreationService() - Static method in class com.xebialabs.deployit.engine.api.ServiceHolder
- getTaskId() - Method in class com.xebialabs.deployit.engine.api.dto.ControlTaskReportLine
- getTaskId() - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- getTaskName() - Method in class com.xebialabs.deployit.engine.api.dto.ControlTaskReportLine
- getTaskReport(Date, Date, Paging, List<Ordering>, List<String>, List<String>, List<String>, FetchMode, String, boolean, String, List<ConfigurationItemId>) - Method in interface com.xebialabs.deployit.engine.api.ReportService
-
Find all archived Deployment Tasks, optionally filtered by parameters.
- getTaskService() - Static method in class com.xebialabs.deployit.engine.api.ServiceHolder
- getTaskSummary(String) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Returns a task summary by ID.
- getTaskType() - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
-
re
- getTaskType() - Method in class com.xebialabs.deployit.engine.api.dto.QueuedTask
- getTotalDeployments() - Method in class com.xebialabs.deployit.engine.api.dto.report.DeploymentsStatusOverview
- getType() - Method in class com.xebialabs.deployit.engine.api.dto.ConfigurationItemId
- getType() - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentInfo
- getType() - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
-
Deprecated.
- getUrl() - Method in class com.xebialabs.deployit.engine.api.dto.ImportFromUrlParams
- getUser() - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- getUser() - Method in class com.xebialabs.deployit.engine.api.dto.ImportFromUrlParams
- getUsername() - Method in class com.xebialabs.deployit.engine.api.security.User
- getUserService() - Static method in class com.xebialabs.deployit.engine.api.ServiceHolder
- getValidations() - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
-
Deprecated.
- getVersion() - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
- getVersion() - Method in class com.xebialabs.deployit.engine.api.dto.SatelliteInfo
- getVersion() - Method in class com.xebialabs.deployit.engine.api.dto.ServerInfo
- getVersion() - Method in class com.xebialabs.deployit.engine.api.dto.ServerPluginInfo
- getVersion() - Method in class com.xebialabs.deployit.engine.api.execution.TaskPackageDependency
- getWorkerId() - Method in interface com.xebialabs.deployit.engine.api.execution.SerializableTask
- getWorkerName() - Method in class com.xebialabs.deployit.engine.api.dto.ControlTaskReportLine
- getWorkerName() - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- getWrapped() - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
-
Deprecated.
- grant(String, String) - Method in interface com.xebialabs.deployit.engine.api.PermissionService
-
Grants a permission to a role on a CI.
- grant(String, String, String) - Method in interface com.xebialabs.deployit.engine.api.PermissionService
-
Grants a permission to a role on a CI.
H
- hashCode() - Method in class com.xebialabs.deployit.engine.api.dto.SatelliteInfo
- hasProperty(String) - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
-
Deprecated.
- hasSteps() - Method in interface com.xebialabs.deployit.engine.api.execution.BlockState
- hasSteps() - Method in interface com.xebialabs.deployit.engine.api.execution.CompositeBlockState
- hasSteps() - Method in interface com.xebialabs.deployit.engine.api.execution.PhaseContainerState
- hasSteps() - Method in interface com.xebialabs.deployit.engine.api.execution.PhaseState
- hasSteps() - Method in interface com.xebialabs.deployit.engine.api.execution.StepBlockState
I
- ImportFromUrlParams - Class in com.xebialabs.deployit.engine.api.dto
-
Base class for handling import URL actions.
- ImportFromUrlParams() - Constructor for class com.xebialabs.deployit.engine.api.dto.ImportFromUrlParams
- ImportFromUrlParams(String) - Constructor for class com.xebialabs.deployit.engine.api.dto.ImportFromUrlParams
- ImportFromUrlParams(String, String) - Constructor for class com.xebialabs.deployit.engine.api.dto.ImportFromUrlParams
- ImportFromUrlParams(String, String, String) - Constructor for class com.xebialabs.deployit.engine.api.dto.ImportFromUrlParams
- importPackage(String) - Method in interface com.xebialabs.deployit.engine.api.PackageService
-
Imports a package that is present in the
importablePackages
directory on the XL Deploy Server. - IncludeStepBlocks - Annotation Type in com.xebialabs.deployit.engine.api.execution
-
This annotation is used by JSON writer to include Block steps with log output.
- inheritance() - Method in interface com.xebialabs.deployit.engine.api.MetadataService
-
Creates a map of the parent/child relationships of all the types known to the XL Deploy Type System.
- INITIAL - com.xebialabs.deployit.engine.api.dto.Deployment.DeploymentType
- Inspection - Class in com.xebialabs.deployit.engine.api.dto
-
The parameter object of a inspection (discovery) action.
- Inspection(ConfigurationItem) - Constructor for class com.xebialabs.deployit.engine.api.dto.Inspection
- InspectionService - Interface in com.xebialabs.deployit.engine.api
-
Inspects middleware.
- isActive() - Method in enum com.xebialabs.deployit.engine.api.execution.TaskExecutionState
-
If the task is in an active state, the task can go into a different state by itself.
- isAdmin() - Method in class com.xebialabs.deployit.engine.api.security.User
- isAvailable() - Method in class com.xebialabs.deployit.engine.api.dto.SatelliteInfo
- isDeployed(String, String) - Method in interface com.xebialabs.deployit.engine.api.DeploymentService
-
Returns whether or not a
udm.Version
of theudm.Application
that is passed in is already deployed to theudm.Environment
. - isExecuting() - Method in enum com.xebialabs.deployit.engine.api.execution.BlockExecutionState
- isExecutingSteps() - Method in enum com.xebialabs.deployit.engine.api.execution.TaskExecutionState
-
Determines if the task is in a state where it is executing steps.
- isExecutionHalted() - Method in enum com.xebialabs.deployit.engine.api.execution.TaskExecutionState
-
Determines if the task has been executing but is halted and can be continued.
- isFinal() - Method in enum com.xebialabs.deployit.engine.api.execution.StepExecutionState
- isFinal() - Method in enum com.xebialabs.deployit.engine.api.execution.TaskExecutionState
-
If the task is in a final state, it will never change again to another state.
- isFinished() - Method in enum com.xebialabs.deployit.engine.api.execution.BlockExecutionState
- isFinished() - Method in enum com.xebialabs.deployit.engine.api.execution.StepExecutionState
- isGranted(String, String) - Method in interface com.xebialabs.deployit.engine.api.PermissionService
-
Checks if a permission is granted to a role on a CI.
- 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) - Method in interface com.xebialabs.deployit.engine.api.PermissionService
-
Checks if the currently logged in user has a certain permission 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.
- isNotBeenExecuting() - Method in enum com.xebialabs.deployit.engine.api.execution.TaskExecutionState
-
Determines if the task is never been executing.
- isOfType(Deployment.DeploymentType) - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
- isParallel() - Method in interface com.xebialabs.deployit.engine.api.execution.CompositeBlockState
- isPassive() - Method in enum com.xebialabs.deployit.engine.api.execution.TaskExecutionState
-
If the task is in a passive state, the task will not go into a different state by itself.
- isPassiveAfterExecuting() - Method in enum com.xebialabs.deployit.engine.api.execution.TaskExecutionState
-
Determines if the task is passive but it has been executing steps.
- isReadyForExecution() - Method in enum com.xebialabs.deployit.engine.api.execution.BlockExecutionState
- isSecure(String) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
-
Checks if CI is a secure CI
- isValid() - Method in class com.xebialabs.xlplatform.security.dto.PasswordValidationResult
L
- licenseReload() - Method in interface com.xebialabs.deployit.engine.api.ServerService
-
Reload and validate the license file from disk.
- LimitCiTreeDepth - Annotation Type in com.xebialabs.deployit.engine.api
-
Indicates how deep should CI deserializer go while resolving ci references You should use it if you'd like to optimize your APIs as it allows to reduce the amount of data being extracted from the database.
- list() - Method in interface com.xebialabs.deployit.engine.api.PackageService
-
Lists all packages that are present in the
importablePackages
directory on the XL Deploy Server. - list() - Method in interface com.xebialabs.deployit.engine.api.RoleService
-
Lists the names of all available roles in the security system.
- list(String, Paging, Ordering) - Method in interface com.xebialabs.deployit.engine.api.RoleService
-
Lists the names of all available roles in the security system.
- list(String, String, Paging, Ordering) - Method in interface com.xebialabs.deployit.engine.api.RoleService
-
List the roles for given configuration item ID
- listApplications() - Method in interface com.xebialabs.deployit.engine.api.ReportService
-
Find all Application CIs availble in reporting for given user This will include both names of existing CIs user has permissions for and a list of CIs that are existing in reports but are deleted or renamed.
- listDescriptors() - Method in interface com.xebialabs.deployit.engine.api.MetadataService
-
Lists all the
Descriptors
of all the types known to the XL Deploy Type System. - listEnvironments() - Method in interface com.xebialabs.deployit.engine.api.ReportService
-
Find all Environment CIs availble in reporting for given user.
- listHosts(String, String, Paging, Ordering) - Method in interface com.xebialabs.deployit.engine.api.SatelliteService
- listMyRoles() - Method in interface com.xebialabs.deployit.engine.api.RoleService
-
Lists the roles of the currently logged in user.
- listMyRoles(String, Paging, Ordering) - 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 theDeploymentService
. - 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.
- listRoles(String, String, Paging, Ordering) - Method in interface com.xebialabs.deployit.engine.api.RoleService
-
Lists the roles of a user.
- listUserNames(String, Paging, Ordering) - Method in interface com.xebialabs.deployit.engine.api.UserService
-
Returns the user details without the password.
- 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 XL Deploy'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.
- MY - com.xebialabs.deployit.engine.api.execution.TaskSet
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
P
- PackageService - Interface in com.xebialabs.deployit.engine.api
-
Manages Deployment Packages.
- PasswordValidationResult - Class in com.xebialabs.xlplatform.security.dto
-
Contains information about password validation.
- PasswordValidationResult(boolean, String) - Constructor for class com.xebialabs.xlplatform.security.dto.PasswordValidationResult
- PAUSED - com.xebialabs.deployit.engine.api.execution.StepExecutionState
- PENDING - com.xebialabs.deployit.engine.api.execution.BlockExecutionState
- PENDING - com.xebialabs.deployit.engine.api.execution.StepExecutionState
- PENDING - com.xebialabs.deployit.engine.api.execution.TaskExecutionState
- Permission - Class in com.xebialabs.deployit.engine.api.security
-
XL Deploy supports a role-based access control scheme to ensure the security of your middleware and deployments.
- 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 XL Deploy.
- PhaseContainerState - Interface in com.xebialabs.deployit.engine.api.execution
- PhaseState - Interface in com.xebialabs.deployit.engine.api.execution
- 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.
- 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.
- prepareAutoDeployeds(Deployment) - Method in interface com.xebialabs.deployit.engine.api.DeploymentService
-
Prepares all the deployeds for the given deployment.
- 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.
- previewAuditReport(List<String>, List<Ordering>, Paging) - Method in interface com.xebialabs.deployit.engine.api.ReportService
-
Generates preview audit report for local and global permissions.
- Processor() - Constructor for class com.xebialabs.deployit.engine.api.xml.OmitXmlPreamble.Processor
Q
- query(Type, String, 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
-
Deprecated.Searches for archived tasks without step information.
- query(LocalDate, LocalDate, Paging) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Searches for archived tasks without step information.
- queryByArchivedDate(Date, Date, Paging, String, FetchMode, TaskKind) - Method in interface com.xebialabs.deployit.engine.api.ReportService
-
Find all archived Tasks by archived date, optionally filtered by parameters.
- queryV2(Type, String, String, String, String, DateTime, DateTime, long, long) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
-
Retrieves configuration items by way of a query.
- queryV3(Type, String, String, String, String, DateTime, DateTime, long, long, ConfigurationItemProperties) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
- queryV3Extended(Type, String, String, String, String, DateTime, DateTime, long, long, ConfigurationItemProperties) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
- QUEUED - com.xebialabs.deployit.engine.api.execution.StepExecutionState
- QUEUED - com.xebialabs.deployit.engine.api.execution.TaskExecutionState
- QueuedTask - Class in com.xebialabs.deployit.engine.api.dto
-
Contains information about a satellite instance.
- QueuedTask() - Constructor for class com.xebialabs.deployit.engine.api.dto.QueuedTask
- QueuedTask(String, String, String, int, List<String>, String) - Constructor for class com.xebialabs.deployit.engine.api.dto.QueuedTask
- queuedTasks() - Method in interface com.xebialabs.deployit.engine.api.QueueService
-
Lists all the
QueuedTasks
waiting in the task queue. - QueueService - Interface in com.xebialabs.deployit.engine.api
-
Provides insights into Deploy's task queue: queued tasks, queue summary.
R
- read(String) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
-
Reads a configuration item from the repository.
- read(String) - Method in interface com.xebialabs.deployit.engine.api.UserService
-
Returns the user details without the password.
- read(List<String>) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
-
Reads multiple configuration items from the repository.
- readByReferenceId(String) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
-
Reads a configuration item from the repository.
- readRolePrincipals() - Method in interface com.xebialabs.deployit.engine.api.RoleService
-
Lists all role principals available in the security system.
- readRolePrincipals(String, Paging, Ordering) - Method in interface com.xebialabs.deployit.engine.api.RoleService
-
Lists paged role principals available in the security system for given role name pattern
- RECONNECTING - com.xebialabs.deployit.engine.api.execution.SatelliteConnectionState
- 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.
- ReportService - Interface in com.xebialabs.deployit.engine.api
-
Retrieves reports for Deployment or Control Tasks A User must have a REPORT_VIEW permission to be able to run these operations.
- RepositoryService - Interface in com.xebialabs.deployit.engine.api
-
Provides access to the XL Deploy repository.
- retrieveInspectionResults(String) - Method in interface com.xebialabs.deployit.engine.api.InspectionService
-
Retrieve the inspection results
- revoke(String, String) - Method in interface com.xebialabs.deployit.engine.api.PermissionService
-
Revokes the permission of a role on a CI.
- revoke(String, String, String) - Method in interface com.xebialabs.deployit.engine.api.PermissionService
-
Revokes the permission of a role on a CI.
- rfc822DateFormats - Static variable in class com.xebialabs.deployit.core.api.resteasy.Date
-
List of possible RFC822 date formats.
- Role - Class in com.xebialabs.deployit.engine.api.security
- Role() - Constructor for class com.xebialabs.deployit.engine.api.security.Role
- Role(String, String) - Constructor for class com.xebialabs.deployit.engine.api.security.Role
- RolePrincipals - Class in com.xebialabs.deployit.engine.api.security
- RolePrincipals() - Constructor for class com.xebialabs.deployit.engine.api.security.RolePrincipals
- RolePrincipals(Role, List<String>) - Constructor for class com.xebialabs.deployit.engine.api.security.RolePrincipals
- RoleService - Interface in com.xebialabs.deployit.engine.api
-
Manages the roles in XL Deploy's security system.
- rollback(String) - Method in interface com.xebialabs.deployit.engine.api.DeploymentService
-
Rollback a
STOPPED
orEXECUTED
task.
S
- SatelliteConnectionState - Enum in com.xebialabs.deployit.engine.api.execution
- SatelliteInfo - Class in com.xebialabs.deployit.engine.api.dto
-
Contains information about a satellite instance.
- SatelliteInfo() - Constructor for class com.xebialabs.deployit.engine.api.dto.SatelliteInfo
- SatelliteService - Interface in com.xebialabs.deployit.engine.api
-
Services related to XL Satellites and hosts attached to them.
- schedule(String, DateTime) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Schedules a task.
- schedule(String, DateTime) - Method in interface com.xebialabs.deployit.engine.api.TaskService
-
Deprecated.Schedules a task.
- SCHEDULED - com.xebialabs.deployit.engine.api.execution.TaskExecutionState
- SelectedDeployment - Class in com.xebialabs.deployit.engine.api.dto
-
The parameter object of a selected deployment action.
- SelectedDeployment() - Constructor for class com.xebialabs.deployit.engine.api.dto.SelectedDeployment
- SelectedDeployment(List<String>, Deployment) - Constructor for class com.xebialabs.deployit.engine.api.dto.SelectedDeployment
- SerializableTask - Interface in com.xebialabs.deployit.engine.api.execution
-
Represents a task.
- ServerInfo - Class in com.xebialabs.deployit.engine.api.dto
-
Contains information about a server instance.
- ServerInfo() - Constructor for class com.xebialabs.deployit.engine.api.dto.ServerInfo
- ServerPluginInfo - Class in com.xebialabs.deployit.engine.api.dto
-
Contains information about a server plugin, as specified in
plugin-version.properties
file. - 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 XL Deploy server process.
- ServerState - Class in com.xebialabs.deployit.engine.api.dto
-
Contains information about server state.
- ServerState() - Constructor for class com.xebialabs.deployit.engine.api.dto.ServerState
- ServiceHolder - Class in com.xebialabs.deployit.engine.api
- ServiceHolder() - Constructor for class com.xebialabs.deployit.engine.api.ServiceHolder
- ServiceHolder(ControlService, DeploymentService, InspectionService, MetadataService, PackageService, PermissionService, RepositoryService, RoleService, ServerService, TaskService, TaskBlockService, UserService, TaskCreationService, ReportService) - Constructor for class com.xebialabs.deployit.engine.api.ServiceHolder
- setAddedPermissions(List<String>) - Method in class com.xebialabs.deployit.engine.api.dto.EditRolePermissionsDto
- setAdmin(boolean) - Method in class com.xebialabs.deployit.engine.api.security.User
- setArtifact(Artifact) - Method in class com.xebialabs.deployit.engine.api.dto.ArtifactAndData
- setAvailable(Boolean) - Method in class com.xebialabs.deployit.engine.api.dto.SatelliteInfo
- setBlock(BlockState) - Method in class com.xebialabs.deployit.engine.api.dto.ControlTaskReportLine
- setBlock(BlockState) - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- setBlock(BlockState) - Method in class com.xebialabs.deployit.engine.api.execution.TaskPreviewBlock
- setCompletionDate(DateTime) - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- setContainers(List<ConfigurationItemId>) - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
- setControlTaskTargetCI(String) - Method in class com.xebialabs.deployit.engine.api.dto.ControlTaskReportLine
- setCredentialsId(String) - Method in class com.xebialabs.deployit.engine.api.dto.ImportFromUrlParams
- setCurrentMode(String) - Method in class com.xebialabs.deployit.engine.api.dto.ServerState
- setCurrentPassword(String) - Method in class com.xebialabs.deployit.engine.api.security.User
- setData(byte[]) - Method in class com.xebialabs.deployit.engine.api.dto.ArtifactAndData
-
Deprecated.Use com.xebialabs.deployit.engine.api.dto.ArtifactAndData#setDataInputStream(java.io.InputStream)
- setDatabaseInfo(String) - Method in class com.xebialabs.deployit.engine.api.dto.ServerInfo
- setDataInputStream(InputStream) - 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
- setDeployment(Deployment) - Method in class com.xebialabs.deployit.engine.api.dto.SelectedDeployment
- setDeploymentGroupIndex(int) - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
- setDeploymentPackage(String) - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- setDeploymentType(Deployment.DeploymentType) - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
- setDescription(String) - Method in class com.xebialabs.deployit.engine.api.dto.ControlTaskReportLine
- setEnvironment(String) - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- setEnvironmentId(String) - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- setEnvironmentIdWithoutRoot(String) - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- setFileData(File) - Method in class com.xebialabs.deployit.engine.api.dto.FileUpload
- setFilename(String) - Method in class com.xebialabs.deployit.engine.api.dto.ArtifactAndData
- setFinished(DateTime) - Method in class com.xebialabs.deployit.engine.api.dto.ControlTaskReportLine
- setGroupedRequiredDeployments(List<List<Deployment>>) - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
- setId(String) - Method in class com.xebialabs.deployit.engine.api.dto.ConfigurationItemId
- setId(String) - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
- setId(String) - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentInfo
- setId(String) - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
-
Deprecated.
- setId(String) - Method in class com.xebialabs.deployit.engine.api.execution.TaskPreview
-
Deprecated.
- setId(String) - Method in class com.xebialabs.deployit.engine.api.execution.TaskPreviewBlock
- setId(String) - Method in class com.xebialabs.deployit.engine.api.security.Role
- setLastDeploymentBy(String) - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentInfo
- setLastDeploymentDate(DateTime) - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentInfo
- setLevel(String) - Method in class com.xebialabs.deployit.engine.api.security.Permission
- setName(String) - Method in class com.xebialabs.deployit.engine.api.security.Role
- setOwner(String) - Method in class com.xebialabs.deployit.engine.api.dto.ControlTaskReportLine
- setPassword(String) - Method in class com.xebialabs.deployit.engine.api.dto.ImportFromUrlParams
- 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
- setPluginsSynced(Boolean) - Method in class com.xebialabs.deployit.engine.api.dto.SatelliteInfo
- setPrincipals(List<String>) - Method in class com.xebialabs.deployit.engine.api.security.RolePrincipals
- setProperty(String, T) - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
-
Deprecated.
- setReferenceId(String) - Method in class com.xebialabs.deployit.engine.api.dto.ConfigurationItemIdAndReferenceId
- setRemovedPermissions(List<String>) - Method in class com.xebialabs.deployit.engine.api.dto.EditRolePermissionsDto
- setRequiredDeployments(List<Deployment>) - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
- setResolvedPlaceholders(Set<ResolvedPlaceholder>) - Method in class com.xebialabs.deployit.engine.api.dto.Deployment
- setRole(Role) - Method in class com.xebialabs.deployit.engine.api.security.RolePrincipals
- setRoleName(String) - Method in class com.xebialabs.deployit.engine.api.dto.EditRolePermissionsDto
- setRolledBack(Boolean) - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- setRoot(String) - Method in class com.xebialabs.deployit.engine.api.security.Permission
- setSatelliteId(String) - Method in class com.xebialabs.deployit.engine.api.dto.SatelliteInfo
- setSelectedDeployableIds(List<String>) - Method in class com.xebialabs.deployit.engine.api.dto.SelectedDeployment
- setServerUrl(String) - Method in class com.xebialabs.deployit.engine.api.dto.ServerInfo
- setStartDate(DateTime) - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- setStarted(DateTime) - Method in class com.xebialabs.deployit.engine.api.dto.ControlTaskReportLine
- setState(String) - Method in class com.xebialabs.deployit.engine.api.dto.ControlTaskReportLine
- setStatus(String) - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- setSteps(List<StepState>) - Method in class com.xebialabs.deployit.engine.api.execution.TaskPreview
-
Deprecated.
- setTaskId(String) - Method in class com.xebialabs.deployit.engine.api.dto.ControlTaskReportLine
- setTaskId(String) - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- setTaskName(String) - Method in class com.xebialabs.deployit.engine.api.dto.ControlTaskReportLine
- setTaskType(String) - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- setType(Type) - Method in class com.xebialabs.deployit.engine.api.dto.ConfigurationItemId
- setType(Type) - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentInfo
- setUrl(String) - Method in class com.xebialabs.deployit.engine.api.dto.ImportFromUrlParams
- setUser(String) - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- setUser(String) - Method in class com.xebialabs.deployit.engine.api.dto.ImportFromUrlParams
- 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
-
Deprecated.
- setVersion(String) - Method in class com.xebialabs.deployit.engine.api.dto.SatelliteInfo
- setVersion(String) - Method in class com.xebialabs.deployit.engine.api.dto.ServerInfo
- setVersion(String) - Method in class com.xebialabs.deployit.engine.api.dto.ServerPluginInfo
- setWorkerName(String) - Method in class com.xebialabs.deployit.engine.api.dto.ControlTaskReportLine
- setWorkerName(String) - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
- 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
-
Deprecated.Indicates that one or more steps should be skipped.
- skip(String, List<String>) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Indicates that one or more steps should be skipped.
- SKIP - com.xebialabs.deployit.engine.api.execution.StepExecutionState
- SKIPPED - com.xebialabs.deployit.engine.api.execution.StepExecutionState
- start(String) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Starts a task.
- start(String) - Method in interface com.xebialabs.deployit.engine.api.TaskService
-
Deprecated.Starts a task.
- startMaintenance() - Method in interface com.xebialabs.deployit.engine.api.ServerService
-
Put server into MAINTENANCE mode (prepare for shutdown).
- StepBlockState - Interface in com.xebialabs.deployit.engine.api.execution
-
Information about a step block.
- StepExecutionState - Enum in com.xebialabs.deployit.engine.api.execution
-
All possible values for the state of a step execution.
- StepState - Interface in com.xebialabs.deployit.engine.api.execution
-
Information about a step.
- StepStateLight - Interface in com.xebialabs.deployit.engine.api.execution
- stop(String) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Gracefully stops an active task.
- stop(String) - Method in interface com.xebialabs.deployit.engine.api.TaskService
-
Deprecated.Gracefully stops an active task.
- stopMaintenance() - Method in interface com.xebialabs.deployit.engine.api.ServerService
-
Put server into RUNNING mode.
- STOPPED - com.xebialabs.deployit.engine.api.execution.BlockExecutionState
- STOPPED - com.xebialabs.deployit.engine.api.execution.TaskExecutionState
- STOPPING - com.xebialabs.deployit.engine.api.execution.BlockExecutionState
- STOPPING - com.xebialabs.deployit.engine.api.execution.TaskExecutionState
- SUMMARY - com.xebialabs.deployit.engine.api.execution.FetchMode
T
- takeover(String, String) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Takeover a task from the owner.
- takeover(String, String) - Method in interface com.xebialabs.deployit.engine.api.TaskService
-
Deprecated.Takeover a task from the owner.
- TaskBlockService - Interface in com.xebialabs.deployit.engine.api
-
Manages tasks with blocks on the XL Deploy Server.
- TaskBlockServiceDefaults - Interface in com.xebialabs.deployit.engine.api.task
-
This class is used to wrap TaskBlockService in order to ensure backwards compatibility for generated clients.
- TaskCreationService - Interface in com.xebialabs.deployit.engine.api.task
-
Service which allows you to create tasks in the standard task execution context of the server.
- TaskExecutionState - Enum in com.xebialabs.deployit.engine.api.execution
-
All possible values for the execution state of a task.
- TaskKind - Enum in com.xebialabs.deployit.engine.api.execution
-
All possible task kinds.
- TaskPackageDependency - Class in com.xebialabs.deployit.engine.api.execution
- TaskPackageDependency(String, String) - Constructor for class com.xebialabs.deployit.engine.api.execution.TaskPackageDependency
- TaskPreview - Class in com.xebialabs.deployit.engine.api.execution
-
Deprecated.Replaced by
TaskPreviewBlock
. - TaskPreview() - Constructor for class com.xebialabs.deployit.engine.api.execution.TaskPreview
-
Deprecated.
- TaskPreview(String, List<StepState>) - Constructor for class com.xebialabs.deployit.engine.api.execution.TaskPreview
-
Deprecated.
- taskPreviewBlock(Deployment) - Method in interface com.xebialabs.deployit.engine.api.DeploymentService
-
Calculate the plan that XL Deploy will execute for the given deployment.
- taskPreviewBlock(Deployment, String, int) - Method in interface com.xebialabs.deployit.engine.api.DeploymentService
-
Get details on a step in a step block.
- TaskPreviewBlock - Class in com.xebialabs.deployit.engine.api.execution
-
Contains the information about the generated block.
- TaskPreviewBlock() - Constructor for class com.xebialabs.deployit.engine.api.execution.TaskPreviewBlock
- TaskPreviewBlock(String) - Constructor for class com.xebialabs.deployit.engine.api.execution.TaskPreviewBlock
- TaskPreviewBlock(String, BlockState) - Constructor for class com.xebialabs.deployit.engine.api.execution.TaskPreviewBlock
- taskQueueSummary() - Method in interface com.xebialabs.deployit.engine.api.QueueService
-
Aggregate summary of the tasks currently running and waiting in the queue.
- TaskQueueSummary - Class in com.xebialabs.deployit.engine.api.dto
-
The object for aggregate summary of the tasks currently running and waiting in the queue.
- TaskQueueSummary() - Constructor for class com.xebialabs.deployit.engine.api.dto.TaskQueueSummary
- TaskQueueSummary(int, int, int) - Constructor for class com.xebialabs.deployit.engine.api.dto.TaskQueueSummary
- TaskService - Interface in com.xebialabs.deployit.engine.api
-
Deprecated.Use
TaskBlockService
instead. - TaskSet - Enum in com.xebialabs.deployit.engine.api.execution
-
Represents different task sets ALL - for all tasks MY - for tasks assigned to current user only
- TaskState - Interface in com.xebialabs.deployit.engine.api.execution
-
Deprecated.Use
TaskWithBlock
instead. - TaskWithBlock - Interface in com.xebialabs.deployit.engine.api.execution
-
Information about task exposed via its root block.
- TaskWithSteps - Interface in com.xebialabs.deployit.engine.api.execution
-
Deprecated.Use
StepBlockState
instead. - toString() - Method in class com.xebialabs.deployit.core.api.resteasy.Date
- 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.ConfigurationItemIdAndReferenceId
- toString() - Method in class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
-
Deprecated.
- 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.
- UNDEPLOYMENT - com.xebialabs.deployit.engine.api.dto.Deployment.DeploymentType
- UNKNOWN_TASK - com.xebialabs.deployit.engine.api.execution.SatelliteConnectionState
- UNREGISTERED - com.xebialabs.deployit.engine.api.execution.TaskExecutionState
- unskip(String, List<Integer>) - Method in interface com.xebialabs.deployit.engine.api.TaskService
-
Deprecated.Indicates that one or more steps should no longer be skipped, but executed.
- unskip(String, List<String>) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Indicates that one or more steps should no longer be skipped, but executed.
- update(String, ArtifactAndData) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
-
Modifies an artifact (upload new data) and returns the updated artifact if the the update was successful
- update(String, ConfigurationItem) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
-
Modifies a configuration item and returns the updated CI if the the update was successful
- update(List<ConfigurationItem>) - Method in interface com.xebialabs.deployit.engine.api.RepositoryService
-
Modifies multiple configuration items.
- UPDATE - com.xebialabs.deployit.engine.api.dto.Deployment.DeploymentType
- updatePermissions(String, List<EditRolePermissionsDto>) - Method in interface com.xebialabs.deployit.engine.api.PermissionService
- updatePrincipals(RolePrincipals) - Method in interface com.xebialabs.deployit.engine.api.RoleService
-
Update principals for existing role
- updatePrincipals(String, List<String>) - Method in interface com.xebialabs.deployit.engine.api.RoleService
-
Assigns a role to a user or group.
- upload(String, FileUpload) - Method in interface com.xebialabs.deployit.engine.api.PackageService
-
Uploads a package to the XL Deploy Server.
- User - Class in com.xebialabs.deployit.engine.api.security
-
Representation of XL Deploy user
- 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 XL Deploy'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
-
Deprecated.
- ValidatedConfigurationItem(ConfigurationItem) - Constructor for class com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
-
Deprecated.
- validatePassword(User) - Method in interface com.xebialabs.deployit.engine.api.UserService
- value() - Method in annotation type com.xebialabs.deployit.engine.api.LimitCiTreeDepth
-
Depth of CI tree to be read during dependencies resolution process
- valueOf(String) - Static method in class com.xebialabs.deployit.core.api.resteasy.Date
- 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.BlockExecutionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.xebialabs.deployit.engine.api.execution.FetchMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.xebialabs.deployit.engine.api.execution.SatelliteConnectionState
-
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 enum com.xebialabs.deployit.engine.api.execution.TaskKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.xebialabs.deployit.engine.api.execution.TaskSet
-
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.BlockExecutionState
-
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.FetchMode
-
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.SatelliteConnectionState
-
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.
- values() - Static method in enum com.xebialabs.deployit.engine.api.execution.TaskKind
-
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.TaskSet
-
Returns an array containing the constants of this enum type, in the order they are declared.
- viewAs(String, List<String>) - Method in interface com.xebialabs.deployit.engine.api.ServerService
-
View as user.
All Classes All Packages