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 MessageResponseJobApi. cancelJob(Object jobNumber, String projectSlug)Cancel job Cancel job with a given job number.MessageResponsePreviewApi. cancelJob(Object jobNumber, String projectSlug)Cancel job Cancel job with a given job number.MessageResponsePreviewApi. deleteCheckoutKey(String projectSlug, String fingerprint)Delete a checkout key Deletes the checkout key.MessageResponseProjectApi. deleteCheckoutKey(String projectSlug, String fingerprint)Delete a checkout key Deletes the checkout key.MessageResponsePreviewApi. deleteEnvVar(String projectSlug, String name)Delete an environment variable Deletes the environment variable named :name.MessageResponseProjectApi. 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>JobApi. cancelJobWithHttpInfo(Object jobNumber, String projectSlug)Cancel job Cancel job with a given job number.ApiResponse<MessageResponse>PreviewApi. cancelJobWithHttpInfo(Object jobNumber, String projectSlug)Cancel job Cancel job with a given job number.ApiResponse<MessageResponse>PreviewApi. deleteCheckoutKeyWithHttpInfo(String projectSlug, String fingerprint)Delete a checkout key Deletes the checkout key.ApiResponse<MessageResponse>ProjectApi. deleteCheckoutKeyWithHttpInfo(String projectSlug, String fingerprint)Delete a checkout key Deletes the checkout key.ApiResponse<MessageResponse>PreviewApi. deleteEnvVarWithHttpInfo(String projectSlug, String name)Delete an environment variable Deletes the environment variable named :name.ApiResponse<MessageResponse>ProjectApi. 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)
-