- 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.
- 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.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
-
- 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 the id
and type
.
- ConfigurationItemId() - Constructor for class com.xebialabs.deployit.engine.api.dto.ConfigurationItemId
-
- ConfigurationItemId(String, Type) - Constructor for class com.xebialabs.deployit.engine.api.dto.ConfigurationItemId
-
- 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
-
- 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, 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
- 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.
- gc() - Method in interface com.xebialabs.deployit.engine.api.ServerService
-
Runs the garbage collector on the repository.
- generateSelectedDeployeds(List<String>, Deployment) - Method in interface com.xebialabs.deployit.engine.api.DeploymentService
-
- generateSelectedDeployeds(SelectedDeployment) - 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.
- get$internalId() - 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$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.
- getAllCurrentTasks() - Method in interface com.xebialabs.deployit.engine.api.task.TaskBlockServiceDefaults
-
- getAllCurrentTasks(FetchMode) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Returns all active tasks for all users.
- getAllCurrentTasks() - Method in interface com.xebialabs.deployit.engine.api.TaskService
-
Deprecated.
Returns all active tasks for all users.
- getApplication() - Method in class com.xebialabs.deployit.engine.api.execution.TaskPackageDependency
-
- getArtifact() - Method in class com.xebialabs.deployit.engine.api.dto.ArtifactAndData
-
- 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
-
- getClasspathEntries() - Method in class com.xebialabs.deployit.engine.api.dto.ServerInfo
-
- 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, 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
-
- 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
-
- getCurrentStepNrs() - Method in interface com.xebialabs.deployit.engine.api.execution.TaskState
-
Deprecated.
- getData() - Method in class com.xebialabs.deployit.engine.api.dto.ArtifactAndData
-
- 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
-
- 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
-
- getEnvironmentId() - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
-
- 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.
- 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.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(String) - Method in interface com.xebialabs.deployit.engine.api.SatelliteService
-
Returns information about the configuration of the satellite.
- getInfo() - Method in interface com.xebialabs.deployit.engine.api.ServerService
-
Returns information about the configuration of the sever.
- 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
-
- 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(FetchMode) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Returns the active tasks of the logged in user.
- getMyCurrentTasks() - Method in interface com.xebialabs.deployit.engine.api.TaskService
-
Deprecated.
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
-
- getNrSteps() - Method in interface com.xebialabs.deployit.engine.api.execution.TaskState
-
Deprecated.
- 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.
- 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
-
- 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
-
- 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
-
- getStep(int) - Method in interface com.xebialabs.deployit.engine.api.execution.TaskWithSteps
-
Deprecated.
- getStep(String, String, DateTime) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Retrieves information about a step.
- getStep(String, int, DateTime) - Method in interface com.xebialabs.deployit.engine.api.TaskService
-
Deprecated.
Retrieves information about a step.
- 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, String) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Returns a block with steps by ID.
- getSteps(String) - Method in interface com.xebialabs.deployit.engine.api.TaskService
-
Deprecated.
Returns a task containing step information.
- getTask(String) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Returns a 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
-
- 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
-
- getTaskType() - Method in class com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
-
re
- 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, String) - Method in interface com.xebialabs.deployit.engine.api.PermissionService
-
Grants a permission to a role on a CI.
- grant(String, String) - Method in interface com.xebialabs.deployit.engine.api.PermissionService
-
Grants a permission to a role on a CI.
- 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, String) - Constructor for class com.xebialabs.deployit.engine.api.dto.ImportFromUrlParams
-
- ImportFromUrlParams(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.
- 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 the
udm.Application
that is passed in is already deployed to the
udm.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, 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) - 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.
- 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.
- 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
- 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(String, String, Paging, Ordering) - Method in interface com.xebialabs.deployit.engine.api.RoleService
-
List the roles for given configuration item ID
- 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() - Method in interface com.xebialabs.deployit.engine.api.RoleService
-
Lists the names of all available roles in the security system.
- 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(String, Paging, Ordering) - Method in interface com.xebialabs.deployit.engine.api.RoleService
-
Lists the roles of the currently logged in user.
- 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
-
- listPermissions() - Method in interface com.xebialabs.deployit.engine.api.MetadataService
-
Lists all the
Permissions
that can be granted or revoked.
- listRoles(String, String, Paging, Ordering) - Method in interface com.xebialabs.deployit.engine.api.RoleService
-
Lists the roles of a user.
- listRoles(String) - 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.
- 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.
- 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
- readRolePrincipals() - Method in interface com.xebialabs.deployit.engine.api.RoleService
-
Lists all role principals available in the security system.
- 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, String) - Method in interface com.xebialabs.deployit.engine.api.PermissionService
-
Revokes the permission of a role on a CI.
- revoke(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
or EXECUTED
task.
- 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.
- SelectedDeployment - Class in com.xebialabs.deployit.engine.api.dto
-
The parameter object of a selected deployment action.
- SelectedDeployment(List<String>, Deployment) - Constructor for class com.xebialabs.deployit.engine.api.dto.SelectedDeployment
-
- SelectedDeployment() - 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(ControlService, DeploymentService, InspectionService, MetadataService, PackageService, PermissionService, RepositoryService, RoleService, ServerService, TaskService, TaskBlockService, UserService, TaskCreationService, ReportService) - Constructor for class com.xebialabs.deployit.engine.api.ServiceHolder
-
- ServiceHolder() - Constructor for class com.xebialabs.deployit.engine.api.ServiceHolder
-
- 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
-
- setClasspathEntries(List<String>) - Method in class com.xebialabs.deployit.engine.api.dto.ServerInfo
-
- 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
-
- setData(byte[]) - Method in class com.xebialabs.deployit.engine.api.dto.ArtifactAndData
-
- 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.
- 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
-
- 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
-
- 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<String>) - Method in interface com.xebialabs.deployit.engine.api.TaskBlockService
-
Indicates that one or more steps should be skipped.
- skip(String, List<Integer>) - Method in interface com.xebialabs.deployit.engine.api.TaskService
-
Deprecated.
Indicates that one or more steps should be skipped.
- 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.
- 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.
- 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.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.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.