Interface VariableDefinition

    • Method Detail

      • setProjectId

        void setProjectId​(@Nullable
                          @Nullable Long projectId)
      • setPlan

        void setPlan​(Plan plan)
      • getEnvironmentId

        @Nullable
        @Nullable Long getEnvironmentId()
        Returns:
        id of associated Deployment Environment or null if not of VariableType.ENVIRONMENT type
      • setEnvironmentId

        void setEnvironmentId​(Long environmentId)
      • getDeploymentVersionId

        @Nullable
        @Nullable Long getDeploymentVersionId()
        Returns:
        id of associated Deployment Version or null if not of VariableType.VERSION type
      • setDeploymentVersionId

        void setDeploymentVersionId​(@Nullable
                                    @Nullable Long deploymentVersionId)