Uses of Class
com.circleci.client.v2.model.MessageResponse
-
Packages that use MessageResponse Package Description com.circleci.client.v2.api com.circleci.client.v2.model -
-
Uses of MessageResponse in com.circleci.client.v2.api
Methods in com.circleci.client.v2.api that return MessageResponse Modifier and Type Method Description MessageResponseDefaultApi. cancelJob(Object jobNumber, String projectSlug)Cancel job Cancel job with a given job number.MessageResponseDefaultApi. cancelWorkflow(UUID id)Cancel a workflow Cancels a running workflow.MessageResponseDefaultApi. deleteCheckoutKey(String projectSlug, String fingerprint)Delete a checkout key Deletes the checkout key.MessageResponseDefaultApi. deleteEnvVar(String projectSlug, String name)Delete an environment variable Deletes the environment variable named :name.Methods in com.circleci.client.v2.api that return types with arguments of type MessageResponse Modifier and Type Method Description ApiResponse<MessageResponse>DefaultApi. cancelJobWithHttpInfo(Object jobNumber, String projectSlug)Cancel job Cancel job with a given job number.ApiResponse<MessageResponse>DefaultApi. cancelWorkflowWithHttpInfo(UUID id)Cancel a workflow Cancels a running workflow.ApiResponse<MessageResponse>DefaultApi. deleteCheckoutKeyWithHttpInfo(String projectSlug, String fingerprint)Delete a checkout key Deletes the checkout key.ApiResponse<MessageResponse>DefaultApi. deleteEnvVarWithHttpInfo(String projectSlug, String name)Delete an environment variable Deletes the environment variable named :name. -
Uses of MessageResponse in com.circleci.client.v2.model
Methods in com.circleci.client.v2.model that return MessageResponse Modifier and Type Method Description MessageResponseMessageResponse. message(String message)
-