Uses of Class
io.gs2.deploy.model.WorkingResource
Packages that use WorkingResource
-
Uses of WorkingResource in io.gs2.deploy.model
Methods in io.gs2.deploy.model that return WorkingResourceModifier and TypeMethodDescriptionstatic WorkingResourceWorkingResource.fromJson(com.fasterxml.jackson.databind.JsonNode data) WorkingResource.withContext(String context) WorkingResource.withCreatedAt(Long createdAt) WorkingResource.withOutputFields(List<OutputField> outputFields) WorkingResource.withRequest(String request) WorkingResource.withResourceId(String resourceId) WorkingResource.withRollbackAfter(List<String> rollbackAfter) WorkingResource.withRollbackContext(String rollbackContext) WorkingResource.withRollbackRequest(String rollbackRequest) WorkingResource.withUpdatedAt(Long updatedAt) WorkingResource.withWorkId(String workId) Methods in io.gs2.deploy.model with parameters of type WorkingResource