Package

pl.touk.nussknacker.ui.process

deployment

Permalink

package deployment

Visibility
  1. Public
  2. All

Type Members

  1. case class Cancel(id: ProcessIdWithName, user: LoggedUser, comment: Option[String]) extends DeploymentAction with Product with Serializable

    Permalink
  2. case class CheckStatus(id: ProcessIdWithName, user: LoggedUser) extends Product with Serializable

    Permalink
  3. case class Deploy(id: ProcessIdWithName, user: LoggedUser, savepointPath: Option[String], comment: Option[String]) extends DeploymentAction with Product with Serializable

    Permalink
  4. case class DeployInfo(userId: String, time: Long, action: DeploymentActionType) extends Product with Serializable

    Permalink
  5. trait DeploymentAction extends AnyRef

    Permalink
  6. case class DeploymentActionFinished(id: ProcessIdWithName, user: LoggedUser, failureOrDetails: Either[Throwable, DeploymentDetails]) extends Product with Serializable

    Permalink
  7. sealed trait DeploymentActionType extends AnyRef

    Permalink
  8. case class DeploymentDetails(version: Long, comment: Option[String]) extends Product with Serializable

    Permalink
  9. case class DeploymentStatusResponse(deploymentInfo: Map[ProcessName, DeployInfo]) extends Product with Serializable

    Permalink
  10. class ManagementActor extends FailurePropagatingActor with LazyLogging

    Permalink
  11. class ProcessIsBeingDeployed extends Exception with EspError

    Permalink
  12. case class Snapshot(id: ProcessIdWithName, user: LoggedUser, savepointPath: String) extends Product with Serializable

    Permalink
  13. case class Test[T](id: ProcessIdWithName, processJson: String, test: TestData, user: LoggedUser, variableEncoder: (Any) ⇒ T) extends Product with Serializable

    Permalink

Value Members

  1. object DeploymentActionType

    Permalink
  2. object DeploymentStatus extends Product with Serializable

    Permalink
  3. object ManagementActor

    Permalink

Ungrouped