Class DeploymentQueueItemViewForJsonDecorator

    • Constructor Detail

      • DeploymentQueueItemViewForJsonDecorator

        public DeploymentQueueItemViewForJsonDecorator​(long resultId,
                                                       String resultKey,
                                                       long versionId,
                                                       String versionName,
                                                       long environmentId,
                                                       @Nullable
                                                       @Nullable String environmentName,
                                                       @Nullable
                                                       @Nullable String deploymentProjectName,
                                                       QueueItemViewForJsonDecorator.BuildStatus buildStatus,
                                                       TriggerReason triggerReason,
                                                       boolean expectingCustomDedicatedAgent)
    • Method Detail

      • getResultId

        public long getResultId()
      • getEnvironmentId

        public long getEnvironmentId()
      • getVersionId

        public long getVersionId()
      • getDeploymentProjectName

        @Nullable
        public @Nullable String getDeploymentProjectName()
      • getEnvironmentName

        @Nullable
        public @Nullable String getEnvironmentName()
      • getVersionName

        public String getVersionName()