Packages

package newdeployment

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait DeploymentCommand extends AnyRef
  2. trait DeploymentEntityFactory extends BaseEntityFactory
  3. final case class DeploymentId(value: UUID) extends Product with Serializable
  4. class DeploymentRepository extends NuTables
  5. class DeploymentService extends AnyRef
  6. final case class RunDeploymentCommand(id: DeploymentId, scenarioName: ProcessName, nodesDeploymentData: NodesDeploymentData, user: LoggedUser, comment: Option[Comment]) extends DeploymentCommand with Product with Serializable

Ungrouped