A C D E F G H I J L M N O P R S T U V 
All Classes All Packages

A

ApplicableRepoTypes - Annotation Type in com.xebialabs.deployit.server.api.upgrade
 
ArtifactResolver - Interface in com.xebialabs.deployit.engine.spi.artifact.resolution
A resolver for Artifact files.
ArtifactResolver.Resolver - Annotation Type in com.xebialabs.deployit.engine.spi.artifact.resolution
Denote which protocols the ArtifactResolver supports.
AuditableDeployitEvent - Class in com.xebialabs.deployit.engine.spi.event
Event class representing an event that occurred in the system.
AuditableDeployitEvent(String, String) - Constructor for class com.xebialabs.deployit.engine.spi.event.AuditableDeployitEvent
 

C

canHandle(ImportSource) - Method in interface com.xebialabs.deployit.server.api.importer.Importer
 
CannotLocateArtifactException - Exception in com.xebialabs.deployit.engine.spi.artifact.resolution
Exception thrown when any error happens during artifact resolution in ArtifactResolver.
CannotLocateArtifactException(String) - Constructor for exception com.xebialabs.deployit.engine.spi.artifact.resolution.CannotLocateArtifactException
 
CannotLocateArtifactException(Throwable) - Constructor for exception com.xebialabs.deployit.engine.spi.artifact.resolution.CannotLocateArtifactException
 
checkTransition(StepExecutionStateEvent, StepExecutionState, StepExecutionState) - Static method in class com.xebialabs.deployit.engine.spi.execution.Transitions
 
checkTransition(TaskExecutionStateEvent, TaskExecutionState, TaskExecutionState) - Static method in class com.xebialabs.deployit.engine.spi.execution.Transitions
 
CiBaseEvent - Class in com.xebialabs.deployit.engine.spi.event
Base class for events dealing with CIs.
CiBaseEvent(String, String) - Constructor for class com.xebialabs.deployit.engine.spi.event.CiBaseEvent
 
CiBaseEvent(String, String, List<ConfigurationItem>) - Constructor for class com.xebialabs.deployit.engine.spi.event.CiBaseEvent
 
CiBaseEvent(String, String, List<ConfigurationItem>, SCMTraceabilityData) - Constructor for class com.xebialabs.deployit.engine.spi.event.CiBaseEvent
 
CiCopiedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
CiCopiedEvent(ConfigurationItem, String) - Constructor for class com.xebialabs.deployit.engine.spi.event.CiCopiedEvent
 
CiMovedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
CiMovedEvent(ConfigurationItem, String) - Constructor for class com.xebialabs.deployit.engine.spi.event.CiMovedEvent
 
CiRenamedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
CiRenamedEvent(ConfigurationItem, String) - Constructor for class com.xebialabs.deployit.engine.spi.event.CiRenamedEvent
 
CisCreatedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
CisCreatedEvent(SCMTraceabilityData, ConfigurationItem...) - Constructor for class com.xebialabs.deployit.engine.spi.event.CisCreatedEvent
 
CisCreatedEvent(SCMTraceabilityData, List<ConfigurationItem>) - Constructor for class com.xebialabs.deployit.engine.spi.event.CisCreatedEvent
 
CisDeletedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
CisDeletedEvent(List<ConfigurationItem>) - Constructor for class com.xebialabs.deployit.engine.spi.event.CisDeletedEvent
 
CisUpdatedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
CisUpdatedEvent(SCMTraceabilityData, List<ConfigurationItem>) - Constructor for class com.xebialabs.deployit.engine.spi.event.CisUpdatedEvent
 
cleanUp() - Method in interface com.xebialabs.deployit.server.api.importer.ImportSource
 
cleanUp(PackageInfo, ImportingContext) - Method in interface com.xebialabs.deployit.server.api.importer.Importer
 
close() - Method in interface com.xebialabs.deployit.engine.spi.artifact.resolution.ResolvedArtifactFile
Allows for cleanup of any resources that were needed in order to create this ResolvedArtifactFile.
com.xebialabs.deployit.engine.spi.artifact.resolution - package com.xebialabs.deployit.engine.spi.artifact.resolution
 
com.xebialabs.deployit.engine.spi.command - package com.xebialabs.deployit.engine.spi.command
 
com.xebialabs.deployit.engine.spi.command.util - package com.xebialabs.deployit.engine.spi.command.util
 
com.xebialabs.deployit.engine.spi.event - package com.xebialabs.deployit.engine.spi.event
 
com.xebialabs.deployit.engine.spi.execution - package com.xebialabs.deployit.engine.spi.execution
 
com.xebialabs.deployit.engine.spi.orchestration - package com.xebialabs.deployit.engine.spi.orchestration
 
com.xebialabs.deployit.engine.spi.services - package com.xebialabs.deployit.engine.spi.services
 
com.xebialabs.deployit.server.api.importer - package com.xebialabs.deployit.server.api.importer
 
com.xebialabs.deployit.server.api.upgrade - package com.xebialabs.deployit.server.api.upgrade
 
com.xebialabs.deployit.server.api.util - package com.xebialabs.deployit.server.api.util
 
compareTo(Upgrade) - Method in class com.xebialabs.deployit.server.api.upgrade.Upgrade
 
compareTo(Version) - Method in class com.xebialabs.deployit.server.api.upgrade.Version
 
component - Variable in class com.xebialabs.deployit.engine.spi.event.AuditableDeployitEvent
 
CompositeOrchestration - Class in com.xebialabs.deployit.engine.spi.orchestration
A CompositePlan holds other sub-plans which are either parallellized (see: ParallelOrchestration) or serialized (see: SerialOrchestration).
CompositeOrchestration(String, Orchestration...) - Constructor for class com.xebialabs.deployit.engine.spi.orchestration.CompositeOrchestration
 
CompositeOrchestration(String, List<Orchestration>) - Constructor for class com.xebialabs.deployit.engine.spi.orchestration.CompositeOrchestration
 
CopyCiCommand - Class in com.xebialabs.deployit.engine.spi.command
 
CopyCiCommand(String, String, Type) - Constructor for class com.xebialabs.deployit.engine.spi.command.CopyCiCommand
 
create() - Method in interface com.xebialabs.deployit.engine.spi.services.RepositoryFactory
 
create(File) - Method in interface com.xebialabs.deployit.engine.spi.services.RepositoryFactory
 
CreateCiCommand - Class in com.xebialabs.deployit.engine.spi.command
 
CreateCiCommand(ConfigurationItem) - Constructor for class com.xebialabs.deployit.engine.spi.command.CreateCiCommand
 
CreateCisCommand - Class in com.xebialabs.deployit.engine.spi.command
 
CreateCisCommand(List<ConfigurationItem>) - Constructor for class com.xebialabs.deployit.engine.spi.command.CreateCisCommand
 
currentState() - Method in interface com.xebialabs.deployit.engine.spi.execution.StepExecutionStateEvent
 
currentState() - Method in interface com.xebialabs.deployit.engine.spi.execution.TaskExecutionStateEvent
Returns the current state of the task.

D

DeleteCiCommand - Class in com.xebialabs.deployit.engine.spi.command
 
DeleteCiCommand(String) - Constructor for class com.xebialabs.deployit.engine.spi.command.DeleteCiCommand
 
DeleteCisCommand - Class in com.xebialabs.deployit.engine.spi.command
 
DeleteCisCommand(List<String>) - Constructor for class com.xebialabs.deployit.engine.spi.command.DeleteCisCommand
 
DeployitEventListener - Annotation Type in com.xebialabs.deployit.engine.spi.event
Marker annotation for classes that want to be notified of events that happen in XL Deploy.
description() - Method in annotation type com.xebialabs.deployit.engine.spi.orchestration.Orchestrator.Metadata
 
disable() - Method in interface com.xebialabs.deployit.engine.spi.execution.IgnoreOnRollbackExecutionStateListener
 
doInitialize() - Method in interface com.xebialabs.deployit.server.api.upgrade.RepositoryInitialization
Runs initialization logic for a component denoted by RepositoryInitialization.getComponent() method.
doUpgrade() - Method in class com.xebialabs.deployit.server.api.upgrade.Upgrade
 

E

equals(Object) - Method in class com.xebialabs.deployit.server.api.upgrade.Version
 
ExecutionStateListener - Interface in com.xebialabs.deployit.engine.spi.execution
Interface that can be implemented by objects stored as step execution context attributes to get notified about the lifecycle of the task or step execution context.

F

format(ConfigurationItem) - Static method in class com.xebialabs.deployit.engine.spi.event.CiBaseEvent
 
format(ConfigurationItem...) - Static method in class com.xebialabs.deployit.engine.spi.event.CiBaseEvent
 
format(String) - Static method in class com.xebialabs.deployit.engine.spi.event.AuditableDeployitEvent
 
format(String...) - Static method in class com.xebialabs.deployit.engine.spi.event.AuditableDeployitEvent
 
format(List<ConfigurationItem>) - Static method in class com.xebialabs.deployit.engine.spi.event.CiBaseEvent
 

G

generateId(ConfigurationItem, ConfigurationItem) - Static method in class com.xebialabs.deployit.server.api.util.IdGenerator
 
generateId(ConfigurationItem, String) - Static method in class com.xebialabs.deployit.server.api.util.IdGenerator
 
generateId(Deployed) - Static method in class com.xebialabs.deployit.server.api.util.IdGenerator
 
generateId(DeployedApplication) - Static method in class com.xebialabs.deployit.server.api.util.IdGenerator
 
generateId(Metadata.ConfigurationItemRoot, String) - Static method in class com.xebialabs.deployit.server.api.util.IdGenerator
 
generateId(String, String) - Static method in class com.xebialabs.deployit.server.api.util.IdGenerator
 
getApplication() - Method in class com.xebialabs.deployit.server.api.importer.ImportedPackage
 
getApplicationId() - Method in class com.xebialabs.deployit.server.api.importer.PackageInfo
 
getApplicationName() - Method in class com.xebialabs.deployit.server.api.importer.PackageInfo
 
getApplicationRoot() - Method in class com.xebialabs.deployit.server.api.importer.PackageInfo
 
getApplicationVersion() - Method in class com.xebialabs.deployit.server.api.importer.PackageInfo
 
getAttribute(String) - Method in interface com.xebialabs.deployit.server.api.importer.ImportingContext
 
getCi() - Method in class com.xebialabs.deployit.engine.spi.command.CreateCiCommand
 
getCi() - Method in class com.xebialabs.deployit.engine.spi.event.CiCopiedEvent
 
getCi() - Method in class com.xebialabs.deployit.engine.spi.event.CiRenamedEvent
 
getCiId() - Method in class com.xebialabs.deployit.engine.spi.command.DeleteCiCommand
 
getCiId() - Method in class com.xebialabs.deployit.engine.spi.event.RolePermissionsChangedEvent
 
getCiId() - Method in class com.xebialabs.deployit.engine.spi.event.TaskCreatedEvent
 
getCis() - Method in class com.xebialabs.deployit.engine.spi.command.CreateCisCommand
 
getCis() - Method in class com.xebialabs.deployit.engine.spi.command.DeleteCisCommand
 
getCis() - Method in class com.xebialabs.deployit.engine.spi.event.CiBaseEvent
 
getClassifier() - Method in class com.xebialabs.deployit.server.api.upgrade.Version
 
getComponent() - Method in interface com.xebialabs.deployit.server.api.upgrade.RepositoryInitialization
Defines the component to which this initialization belongs.
getComponent() - Method in class com.xebialabs.deployit.server.api.upgrade.Version
 
getDataFields() - Method in class com.xebialabs.deployit.engine.spi.event.AuditableDeployitEvent
 
getDataModel() - Method in class com.xebialabs.deployit.server.api.upgrade.Version
 
getDeltas() - Method in class com.xebialabs.deployit.engine.spi.orchestration.InterleavedOrchestration
Gets the Deltas for which this InterleavedPlan has been compiled
getDeployables() - Method in class com.xebialabs.deployit.server.api.importer.ImportedPackage
 
getDescription() - Method in class com.xebialabs.deployit.engine.spi.orchestration.CompositeOrchestration
 
getDescription() - Method in class com.xebialabs.deployit.engine.spi.orchestration.InterleavedOrchestration
 
getDescription() - Method in interface com.xebialabs.deployit.engine.spi.orchestration.Orchestration
The description of the orchestration describing the steps it contains
getDirectories() - Method in class com.xebialabs.deployit.server.api.importer.PackageInfo
 
getEntity() - Method in class com.xebialabs.deployit.engine.spi.event.CiCopiedEvent
 
getEntity() - Method in class com.xebialabs.deployit.engine.spi.event.CiMovedEvent
 
getFile() - Method in interface com.xebialabs.deployit.server.api.importer.ImportSource
 
getFileName() - Method in interface com.xebialabs.deployit.engine.spi.artifact.resolution.ResolvedArtifactFile
The filename of the file that this ResolvedArtifactFile represents.
getId() - Method in class com.xebialabs.deployit.engine.spi.command.CopyCiCommand
 
getId() - Method in class com.xebialabs.deployit.engine.spi.command.MoveCiCommand
 
getId() - Method in class com.xebialabs.deployit.engine.spi.command.RenameCiCommand
 
getId() - Method in class com.xebialabs.deployit.engine.spi.event.CiRenamedEvent
 
getId() - Method in class com.xebialabs.deployit.engine.spi.event.PackageImportedEvent
 
getId() - Method in class com.xebialabs.deployit.engine.spi.event.PermissionGrantedEvent
 
getId() - Method in class com.xebialabs.deployit.engine.spi.event.PermissionRevokedEvent
 
getIds() - Method in class com.xebialabs.deployit.engine.spi.event.CisDeletedEvent
 
getMajor() - Method in class com.xebialabs.deployit.server.api.upgrade.Version
 
getMicro() - Method in class com.xebialabs.deployit.server.api.upgrade.Version
 
getMinor() - Method in class com.xebialabs.deployit.server.api.upgrade.Version
 
getNewCi() - Method in class com.xebialabs.deployit.engine.spi.command.util.Update
 
getNewId() - Method in class com.xebialabs.deployit.engine.spi.event.CiCopiedEvent
 
getNewId() - Method in class com.xebialabs.deployit.engine.spi.event.CiMovedEvent
 
getNewName() - Method in class com.xebialabs.deployit.engine.spi.event.CiRenamedEvent
 
getNewName() - Method in class com.xebialabs.deployit.engine.spi.event.RoleRenamedEvent
 
getNewPermissions() - Method in class com.xebialabs.deployit.engine.spi.event.RolePermissionsChangedEvent
 
getNewPrincipals() - Method in class com.xebialabs.deployit.engine.spi.event.RolePrincipalsChangedEvent
 
getOwner() - Method in class com.xebialabs.deployit.engine.spi.event.TaskAssignedEvent
 
getPackageInfo() - Method in class com.xebialabs.deployit.server.api.importer.ImportedPackage
 
getPermission() - Method in class com.xebialabs.deployit.engine.spi.event.PermissionGrantedEvent
 
getPermission() - Method in class com.xebialabs.deployit.engine.spi.event.PermissionRevokedEvent
 
getPlans() - Method in class com.xebialabs.deployit.engine.spi.orchestration.CompositeOrchestration
Gets the full list of plans.
getPreviousCi() - Method in class com.xebialabs.deployit.engine.spi.command.util.Update
 
getPrincipal() - Method in class com.xebialabs.deployit.engine.spi.event.PrincipalRoleAssignmentCreatedEvent
 
getPrincipal() - Method in class com.xebialabs.deployit.engine.spi.event.PrincipalRoleAssignmentDeletedEvent
 
getPriority() - Method in interface com.xebialabs.deployit.server.api.upgrade.RepositoryInitialization
Defines priority in which initialization will be executed.
getRoleName() - Method in class com.xebialabs.deployit.engine.spi.event.PermissionGrantedEvent
 
getRoleName() - Method in class com.xebialabs.deployit.engine.spi.event.PermissionRevokedEvent
 
getRoleName() - Method in class com.xebialabs.deployit.engine.spi.event.PrincipalRoleAssignmentCreatedEvent
 
getRoleName() - Method in class com.xebialabs.deployit.engine.spi.event.PrincipalRoleAssignmentDeletedEvent
 
getRoleName() - Method in class com.xebialabs.deployit.engine.spi.event.RoleCreatedEvent
 
getRoleName() - Method in class com.xebialabs.deployit.engine.spi.event.RoleDeletedEvent
 
getRoleName() - Method in class com.xebialabs.deployit.engine.spi.event.RoleRenamedEvent
 
getRoles() - Method in class com.xebialabs.deployit.engine.spi.command.RepositoryBaseCommand
 
getSCMTraceabilityData() - Method in class com.xebialabs.deployit.engine.spi.command.UpdateCisCommand
 
getSCMTraceabilityData() - Method in class com.xebialabs.deployit.engine.spi.event.CiBaseEvent
 
getSource() - Method in class com.xebialabs.deployit.server.api.importer.PackageInfo
 
getTargetId() - Method in class com.xebialabs.deployit.engine.spi.command.CopyCiCommand
 
getTargetId() - Method in class com.xebialabs.deployit.engine.spi.command.MoveCiCommand
 
getTargetName() - Method in class com.xebialabs.deployit.engine.spi.command.RenameCiCommand
 
getTaskDescription() - Method in class com.xebialabs.deployit.engine.spi.event.TaskCreatedEvent
 
getTaskId() - Method in class com.xebialabs.deployit.engine.spi.event.TaskBaseEvent
 
getType() - Method in class com.xebialabs.deployit.engine.spi.command.CopyCiCommand
 
getType() - Method in class com.xebialabs.deployit.engine.spi.command.RenameCiCommand
 
getType() - Method in class com.xebialabs.deployit.engine.spi.orchestration.CompositeOrchestration
 
getType() - Method in class com.xebialabs.deployit.engine.spi.orchestration.InterleavedOrchestration
 
getType() - Method in interface com.xebialabs.deployit.engine.spi.orchestration.Orchestration
The type of orchestration (Parallel, Serial, Interleaved)
getUpdate() - Method in class com.xebialabs.deployit.engine.spi.command.UpdateCiCommand
 
getUpdates() - Method in class com.xebialabs.deployit.engine.spi.command.UpdateCisCommand
 
getUsername() - Method in class com.xebialabs.deployit.engine.spi.command.RepositoryBaseCommand
 
getUsername() - Method in class com.xebialabs.deployit.engine.spi.event.LoginEvent
 
getUsername() - Method in class com.xebialabs.deployit.engine.spi.event.LogoutEvent
 
getUsername() - Method in class com.xebialabs.deployit.engine.spi.event.UnsuccessfulLoginEvent
 
getUsername() - Method in class com.xebialabs.deployit.engine.spi.event.UserCreatedEvent
 
getUsername() - Method in class com.xebialabs.deployit.engine.spi.event.UserDeletedEvent
 
getUsername() - Method in class com.xebialabs.deployit.engine.spi.event.UserPasswordChangedEvent
 
getVersion() - Method in class com.xebialabs.deployit.server.api.importer.ImportedPackage
 
getVersion() - Method in class com.xebialabs.deployit.server.api.upgrade.Version
 

H

hashCode() - Method in class com.xebialabs.deployit.server.api.upgrade.Version
 

I

IdGenerator - Class in com.xebialabs.deployit.server.api.util
 
IdGenerator() - Constructor for class com.xebialabs.deployit.server.api.util.IdGenerator
 
IgnoreOnRollbackExecutionStateListener - Interface in com.xebialabs.deployit.engine.spi.execution
 
ImportedPackage - Class in com.xebialabs.deployit.server.api.importer
 
ImportedPackage(PackageInfo, Application, Version) - Constructor for class com.xebialabs.deployit.server.api.importer.ImportedPackage
 
importEntities(PackageInfo, ImportingContext) - Method in interface com.xebialabs.deployit.server.api.importer.Importer
 
Importer - Interface in com.xebialabs.deployit.server.api.importer
 
ImportingContext - Interface in com.xebialabs.deployit.server.api.importer
 
ImportSource - Interface in com.xebialabs.deployit.server.api.importer
 
interleaved(String, Delta...) - Static method in class com.xebialabs.deployit.engine.spi.orchestration.Orchestrations
 
interleaved(String, List<Delta>) - Static method in class com.xebialabs.deployit.engine.spi.orchestration.Orchestrations
 
InterleavedOrchestration - Class in com.xebialabs.deployit.engine.spi.orchestration
The lowest type of sub-plan, this plan contains steps which can be executed and Delta objects for which this InterleavedPlan has been built.
isVersion0() - Method in class com.xebialabs.deployit.server.api.upgrade.Version
 

J

join(List<String>) - Static method in class com.xebialabs.deployit.engine.spi.event.AuditableDeployitEvent
 

L

LicenseReloadCollectedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
LicenseReloadCollectedEvent() - Constructor for class com.xebialabs.deployit.engine.spi.event.LicenseReloadCollectedEvent
 
list(File) - Method in interface com.xebialabs.deployit.server.api.importer.ListableImporter
 
ListableImporter - Interface in com.xebialabs.deployit.server.api.importer
 
LoginEvent - Class in com.xebialabs.deployit.engine.spi.event
 
LoginEvent(String) - Constructor for class com.xebialabs.deployit.engine.spi.event.LoginEvent
 
LogoutEvent - Class in com.xebialabs.deployit.engine.spi.event
 
LogoutEvent(String) - Constructor for class com.xebialabs.deployit.engine.spi.event.LogoutEvent
 

M

MaintenanceStartEvent - Class in com.xebialabs.deployit.engine.spi.event
 
MaintenanceStartEvent() - Constructor for class com.xebialabs.deployit.engine.spi.event.MaintenanceStartEvent
 
MaintenanceStopEvent - Class in com.xebialabs.deployit.engine.spi.event
 
MaintenanceStopEvent() - Constructor for class com.xebialabs.deployit.engine.spi.event.MaintenanceStopEvent
 
message - Variable in class com.xebialabs.deployit.engine.spi.event.AuditableDeployitEvent
 
MoveCiCommand - Class in com.xebialabs.deployit.engine.spi.command
 
MoveCiCommand(String, String) - Constructor for class com.xebialabs.deployit.engine.spi.command.MoveCiCommand
 

N

name() - Method in annotation type com.xebialabs.deployit.engine.spi.orchestration.Orchestrator.Metadata
 
NonRemotableExecutionStateListener - Interface in com.xebialabs.deployit.engine.spi.execution
 

O

openStream() - Method in interface com.xebialabs.deployit.engine.spi.artifact.resolution.ResolvedArtifactFile
Opens a new InputStream containing the data of the resolved file.
orchestrate(DeltaSpecification) - Method in interface com.xebialabs.deployit.engine.spi.orchestration.Orchestrator
Deprecated.
orchestrate(DeltaSpecificationWithDependencies) - Method in interface com.xebialabs.deployit.engine.spi.orchestration.Orchestrator
 
Orchestration - Interface in com.xebialabs.deployit.engine.spi.orchestration
A plan of DeploymentSteps.
Orchestrations - Class in com.xebialabs.deployit.engine.spi.orchestration
 
Orchestrations() - Constructor for class com.xebialabs.deployit.engine.spi.orchestration.Orchestrations
 
Orchestrator - Interface in com.xebialabs.deployit.engine.spi.orchestration
An Orchestrator converts a DeltaSpecification into a Orchestration, which can then be resolved to result in steps.
Orchestrator.Metadata - Annotation Type in com.xebialabs.deployit.engine.spi.orchestration
 

P

PackageImportedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
PackageImportedEvent(String) - Constructor for class com.xebialabs.deployit.engine.spi.event.PackageImportedEvent
 
PackageInfo - Class in com.xebialabs.deployit.server.api.importer
 
PackageInfo(ImportSource) - Constructor for class com.xebialabs.deployit.server.api.importer.PackageInfo
 
parallel(String, Orchestration...) - Static method in class com.xebialabs.deployit.engine.spi.orchestration.Orchestrations
 
parallel(String, List<Orchestration>) - Static method in class com.xebialabs.deployit.engine.spi.orchestration.Orchestrations
 
ParallelOrchestration - Class in com.xebialabs.deployit.engine.spi.orchestration
A CompositeOrchestration that executed steps in parallel.
ParallelOrchestration(String, Orchestration...) - Constructor for class com.xebialabs.deployit.engine.spi.orchestration.ParallelOrchestration
 
ParallelOrchestration(String, List<Orchestration>) - Constructor for class com.xebialabs.deployit.engine.spi.orchestration.ParallelOrchestration
 
PermissionGrantedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
PermissionGrantedEvent(String, String, String) - Constructor for class com.xebialabs.deployit.engine.spi.event.PermissionGrantedEvent
 
PermissionRevokedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
PermissionRevokedEvent(String, String, String) - Constructor for class com.xebialabs.deployit.engine.spi.event.PermissionRevokedEvent
 
plans - Variable in class com.xebialabs.deployit.engine.spi.orchestration.CompositeOrchestration
 
preparePackage(ImportSource, ImportingContext) - Method in interface com.xebialabs.deployit.server.api.importer.Importer
 
previousState() - Method in interface com.xebialabs.deployit.engine.spi.execution.StepExecutionStateEvent
 
previousState() - Method in interface com.xebialabs.deployit.engine.spi.execution.TaskExecutionStateEvent
Returns the previous state of the task.
PrincipalRoleAssignmentCreatedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
PrincipalRoleAssignmentCreatedEvent(String, String) - Constructor for class com.xebialabs.deployit.engine.spi.event.PrincipalRoleAssignmentCreatedEvent
 
PrincipalRoleAssignmentDeletedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
PrincipalRoleAssignmentDeletedEvent(String, String) - Constructor for class com.xebialabs.deployit.engine.spi.event.PrincipalRoleAssignmentDeletedEvent
 
protocols() - Method in annotation type com.xebialabs.deployit.engine.spi.artifact.resolution.ArtifactResolver.Resolver
 

R

RELEASE_CANDIDATE_CLASSIFIERS - Static variable in class com.xebialabs.deployit.server.api.upgrade.Version
 
RenameCiCommand - Class in com.xebialabs.deployit.engine.spi.command
 
RenameCiCommand(String, String, Type) - Constructor for class com.xebialabs.deployit.engine.spi.command.RenameCiCommand
 
RepositoryBaseCommand - Class in com.xebialabs.deployit.engine.spi.command
 
RepositoryBaseCommand() - Constructor for class com.xebialabs.deployit.engine.spi.command.RepositoryBaseCommand
 
RepositoryFactory - Interface in com.xebialabs.deployit.engine.spi.services
Repository factory, can be used to create repositories, either with or without a work directory attached where the binaries will be stored.
RepositoryGarbageCollectedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
RepositoryGarbageCollectedEvent() - Constructor for class com.xebialabs.deployit.engine.spi.event.RepositoryGarbageCollectedEvent
 
RepositoryInitialization - Interface in com.xebialabs.deployit.server.api.upgrade
Interface for classes which initialize an empty XL repository for a product or a plugin.
RepoType - Enum in com.xebialabs.deployit.server.api.upgrade
 
ResolvedArtifactFile - Interface in com.xebialabs.deployit.engine.spi.artifact.resolution
The ResolvedArtifactFile is created by the ArtifactResolver and represents the (possibly remote) artifact file.
resolveLocation(SourceArtifact) - Method in interface com.xebialabs.deployit.engine.spi.artifact.resolution.ArtifactResolver
This method is only called with a SourceArtifact that has a SourceArtifact.getFileUri() URI that contains (one of) the URI schemes that the ArtifactResolver.Resolver annotation specifies.
RoleCreatedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
RoleCreatedEvent(String) - Constructor for class com.xebialabs.deployit.engine.spi.event.RoleCreatedEvent
 
RoleDeletedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
RoleDeletedEvent(String) - Constructor for class com.xebialabs.deployit.engine.spi.event.RoleDeletedEvent
 
RolePermissionsChangedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
RolePermissionsChangedEvent(String, List<String>) - Constructor for class com.xebialabs.deployit.engine.spi.event.RolePermissionsChangedEvent
 
RolePrincipalsChangedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
RolePrincipalsChangedEvent(List<String>) - Constructor for class com.xebialabs.deployit.engine.spi.event.RolePrincipalsChangedEvent
 
RoleRenamedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
RoleRenamedEvent(String, String) - Constructor for class com.xebialabs.deployit.engine.spi.event.RoleRenamedEvent
 

S

serial(String, Orchestration...) - Static method in class com.xebialabs.deployit.engine.spi.orchestration.Orchestrations
 
serial(String, List<Orchestration>) - Static method in class com.xebialabs.deployit.engine.spi.orchestration.Orchestrations
 
SerialOrchestration - Class in com.xebialabs.deployit.engine.spi.orchestration
A CompositeOrchestration which executes all sub-plans in serial.
SerialOrchestration(String, Orchestration...) - Constructor for class com.xebialabs.deployit.engine.spi.orchestration.SerialOrchestration
 
SerialOrchestration(String, List<Orchestration>) - Constructor for class com.xebialabs.deployit.engine.spi.orchestration.SerialOrchestration
 
setApplicationName(String) - Method in class com.xebialabs.deployit.server.api.importer.PackageInfo
 
setApplicationRoot(String) - Method in class com.xebialabs.deployit.server.api.importer.PackageInfo
 
setApplicationVersion(String) - Method in class com.xebialabs.deployit.server.api.importer.PackageInfo
 
setAttribute(String, T) - Method in interface com.xebialabs.deployit.server.api.importer.ImportingContext
 
setDirectories(String) - Method in class com.xebialabs.deployit.server.api.importer.PackageInfo
 
setSecurityContext(String, List<String>) - Method in class com.xebialabs.deployit.engine.spi.command.RepositoryBaseCommand
 
setUsername(String) - Method in class com.xebialabs.deployit.engine.spi.event.AuditableDeployitEvent
 
shouldBeApplied(Version) - Method in class com.xebialabs.deployit.server.api.upgrade.Upgrade
 
SpringInstantiatedListener - Interface in com.xebialabs.deployit.engine.spi.event
Marker interface to bridge the gap between T2Bus and Spring.
SQL - com.xebialabs.deployit.server.api.upgrade.RepoType
 
STACK_DB - com.xebialabs.deployit.server.api.upgrade.RepoType
 
step() - Method in interface com.xebialabs.deployit.engine.spi.execution.StepExecutionStateEvent
 
StepExecutionStateEvent - Interface in com.xebialabs.deployit.engine.spi.execution
 
stepStateChanged(StepExecutionStateEvent) - Method in interface com.xebialabs.deployit.engine.spi.execution.ExecutionStateListener
 
SystemStartedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
SystemStartedEvent() - Constructor for class com.xebialabs.deployit.engine.spi.event.SystemStartedEvent
 
SystemStoppedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
SystemStoppedEvent() - Constructor for class com.xebialabs.deployit.engine.spi.event.SystemStoppedEvent
 

T

task() - Method in interface com.xebialabs.deployit.engine.spi.execution.StepExecutionStateEvent
 
task() - Method in interface com.xebialabs.deployit.engine.spi.execution.TaskExecutionStateEvent
Return the detailed task information object.
TaskAbortedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
TaskAbortedEvent(String) - Constructor for class com.xebialabs.deployit.engine.spi.event.TaskAbortedEvent
 
TaskArchivedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
TaskArchivedEvent(String) - Constructor for class com.xebialabs.deployit.engine.spi.event.TaskArchivedEvent
 
TaskAssignedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
TaskAssignedEvent(String, String) - Constructor for class com.xebialabs.deployit.engine.spi.event.TaskAssignedEvent
 
TaskBaseEvent - Class in com.xebialabs.deployit.engine.spi.event
 
TaskBaseEvent(String, String) - Constructor for class com.xebialabs.deployit.engine.spi.event.TaskBaseEvent
 
TaskCancelledEvent - Class in com.xebialabs.deployit.engine.spi.event
 
TaskCancelledEvent(String) - Constructor for class com.xebialabs.deployit.engine.spi.event.TaskCancelledEvent
 
TaskCreatedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
TaskCreatedEvent(String, String, String) - Constructor for class com.xebialabs.deployit.engine.spi.event.TaskCreatedEvent
 
TaskExecutionStateEvent - Interface in com.xebialabs.deployit.engine.spi.execution
 
TaskScheduledEvent - Class in com.xebialabs.deployit.engine.spi.event
 
TaskScheduledEvent(String, DateTime) - Constructor for class com.xebialabs.deployit.engine.spi.event.TaskScheduledEvent
 
TaskStartedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
TaskStartedEvent(String) - Constructor for class com.xebialabs.deployit.engine.spi.event.TaskStartedEvent
 
taskStateChanged(TaskExecutionStateEvent) - Method in interface com.xebialabs.deployit.engine.spi.execution.ExecutionStateListener
 
TaskStoppedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
TaskStoppedEvent(String) - Constructor for class com.xebialabs.deployit.engine.spi.event.TaskStoppedEvent
 
toString() - Method in class com.xebialabs.deployit.server.api.upgrade.Upgrade
 
toString() - Method in class com.xebialabs.deployit.server.api.upgrade.Version
 
Transitions - Class in com.xebialabs.deployit.engine.spi.execution
 

U

UNKNOWN_USER - Static variable in class com.xebialabs.deployit.engine.spi.event.AuditableDeployitEvent
 
UnsuccessfulLoginEvent - Class in com.xebialabs.deployit.engine.spi.event
 
UnsuccessfulLoginEvent(String) - Constructor for class com.xebialabs.deployit.engine.spi.event.UnsuccessfulLoginEvent
 
Update - Class in com.xebialabs.deployit.engine.spi.command.util
 
Update(ConfigurationItem, ConfigurationItem) - Constructor for class com.xebialabs.deployit.engine.spi.command.util.Update
 
UpdateCiCommand - Class in com.xebialabs.deployit.engine.spi.command
 
UpdateCiCommand(ConfigurationItem, ConfigurationItem) - Constructor for class com.xebialabs.deployit.engine.spi.command.UpdateCiCommand
 
UpdateCisCommand - Class in com.xebialabs.deployit.engine.spi.command
 
UpdateCisCommand(List<Update>) - Constructor for class com.xebialabs.deployit.engine.spi.command.UpdateCisCommand
 
UpdateCisCommand(List<Update>, SCMTraceabilityData) - Constructor for class com.xebialabs.deployit.engine.spi.command.UpdateCisCommand
 
Upgrade - Class in com.xebialabs.deployit.server.api.upgrade
 
Upgrade() - Constructor for class com.xebialabs.deployit.server.api.upgrade.Upgrade
 
UpgradeException - Exception in com.xebialabs.deployit.server.api.upgrade
 
UpgradeException(String, Exception) - Constructor for exception com.xebialabs.deployit.server.api.upgrade.UpgradeException
 
UpgradeException(String, Object...) - Constructor for exception com.xebialabs.deployit.server.api.upgrade.UpgradeException
 
upgradeVersion() - Method in class com.xebialabs.deployit.server.api.upgrade.Upgrade
 
UserCreatedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
UserCreatedEvent(String) - Constructor for class com.xebialabs.deployit.engine.spi.event.UserCreatedEvent
 
UserDeletedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
UserDeletedEvent(String) - Constructor for class com.xebialabs.deployit.engine.spi.event.UserDeletedEvent
 
username - Variable in class com.xebialabs.deployit.engine.spi.event.AuditableDeployitEvent
 
UserPasswordChangedEvent - Class in com.xebialabs.deployit.engine.spi.event
 
UserPasswordChangedEvent(String) - Constructor for class com.xebialabs.deployit.engine.spi.event.UserPasswordChangedEvent
 

V

validateCorrectness(SourceArtifact) - Method in interface com.xebialabs.deployit.engine.spi.artifact.resolution.ArtifactResolver
Validate whether the SourceArtifact.getFileUri() URI is correct with regards to the scheme specific part of the defined scheme.
value() - Method in annotation type com.xebialabs.deployit.server.api.upgrade.ApplicableRepoTypes
 
valueOf(String) - Static method in enum com.xebialabs.deployit.server.api.upgrade.RepoType
Returns the enum constant of this type with the specified name.
valueOf(String, String) - Static method in class com.xebialabs.deployit.server.api.upgrade.Version
 
values() - Static method in enum com.xebialabs.deployit.server.api.upgrade.RepoType
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in com.xebialabs.deployit.server.api.upgrade
Represents a version of data in repository.
Version() - Constructor for class com.xebialabs.deployit.server.api.upgrade.Version
 
VERSION_0 - Static variable in class com.xebialabs.deployit.server.api.upgrade.Version
 
A C D E F G H I J L M N O P R S T U V 
All Classes All Packages