Class TransportNodeDeploymentProgressState.Builder

    • Method Detail

      • setCurrentStepTitle

        public TransportNodeDeploymentProgressState.Builder setCurrentStepTitle​(java.lang.String currentStepTitle)
        Deployment step title This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        currentStepTitle - New value for the property.
      • setProgress

        public TransportNodeDeploymentProgressState.Builder setProgress​(java.lang.Long progress)
        Percentage of deployment completed format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        progress - New value for the property.