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 GrainActivityResponse
GrainActivityResponse. addErrorsItem(EnvironmentErrorResponse errorsItem)
GrainActivityResponse
GrainActivityResponse. errors(List<EnvironmentErrorResponse> errors)
GrainActivityResponse
GrainActivityResponse. execution(TimeDataResponse execution)
GrainActivityResponse
GrainActivityResponse. id(String id)
GrainActivityResponse
GrainActivityResponse. log(String log)
GrainActivityResponse
GrainActivityResponse. name(String name)
GrainActivityResponse
GrainActivityResponse. 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 GrainStageResponse
GrainStageResponse. addActivitiesItem(GrainActivityResponse activitiesItem)
Method parameters in org.jenkinsci.plugins.torque.api with type arguments of type GrainActivityResponse Modifier and Type Method Description GrainStageResponse
GrainStageResponse. activities(List<GrainActivityResponse> activities)
void
GrainStageResponse. setActivities(List<GrainActivityResponse> activities)
-