package newdeployment
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- sealed trait DeploymentCommand extends AnyRef
- trait DeploymentEntityFactory extends BaseEntityFactory
- final case class DeploymentId(value: UUID) extends Product with Serializable
- class DeploymentRepository extends NuTables
- class DeploymentService extends AnyRef
- final case class RunDeploymentCommand(id: DeploymentId, scenarioName: ProcessName, nodesDeploymentData: NodesDeploymentData, user: LoggedUser, comment: Option[Comment]) extends DeploymentCommand with Product with Serializable
Value Members
- object DeploymentEntityFactory
- object DeploymentId extends Serializable
- object DeploymentRepository
- object DeploymentService