Uses of Class
org.jenkinsci.plugins.torque.api.GrainActivityResponse
-
Packages that use GrainActivityResponse Package Description org.jenkinsci.plugins.torque.api -
-
Uses of GrainActivityResponse in org.jenkinsci.plugins.torque.api
Methods in org.jenkinsci.plugins.torque.api that return GrainActivityResponse Modifier and Type Method Description GrainActivityResponseGrainActivityResponse. addErrorsItem(EnvironmentErrorResponse errorsItem)GrainActivityResponseGrainActivityResponse. errors(List<EnvironmentErrorResponse> errors)GrainActivityResponseGrainActivityResponse. execution(TimeDataResponse execution)GrainActivityResponseGrainActivityResponse. id(String id)GrainActivityResponseGrainActivityResponse. log(String log)GrainActivityResponseGrainActivityResponse. name(String name)GrainActivityResponseGrainActivityResponse. status(String status)Methods in org.jenkinsci.plugins.torque.api that return types with arguments of type GrainActivityResponse Modifier and Type Method Description List<GrainActivityResponse>GrainStageResponse. getActivities()Get activitiesMethods in org.jenkinsci.plugins.torque.api with parameters of type GrainActivityResponse Modifier and Type Method Description GrainStageResponseGrainStageResponse. addActivitiesItem(GrainActivityResponse activitiesItem)Method parameters in org.jenkinsci.plugins.torque.api with type arguments of type GrainActivityResponse Modifier and Type Method Description GrainStageResponseGrainStageResponse. activities(List<GrainActivityResponse> activities)voidGrainStageResponse. setActivities(List<GrainActivityResponse> activities)
-