Uses of Class
com.circleci.client.v2.model.CheckoutKey
-
Packages that use CheckoutKey Package Description com.circleci.client.v2.api com.circleci.client.v2.model -
-
Uses of CheckoutKey in com.circleci.client.v2.api
Methods in com.circleci.client.v2.api that return CheckoutKey Modifier and Type Method Description CheckoutKeyPreviewApi. createCheckoutKey(String projectSlug, CheckoutKeyInput checkoutKeyInput)Create a new checkout key Creates a new checkout key.CheckoutKeyProjectApi. createCheckoutKey(String projectSlug, CheckoutKeyInput checkoutKeyInput)Create a new checkout key Creates a new checkout key.CheckoutKeyPreviewApi. getCheckoutKey(String projectSlug, String fingerprint)Get a checkout key Returns an individual checkout key.CheckoutKeyProjectApi. getCheckoutKey(String projectSlug, String fingerprint)Get a checkout key Returns an individual checkout key.Methods in com.circleci.client.v2.api that return types with arguments of type CheckoutKey Modifier and Type Method Description ApiResponse<CheckoutKey>PreviewApi. createCheckoutKeyWithHttpInfo(String projectSlug, CheckoutKeyInput checkoutKeyInput)Create a new checkout key Creates a new checkout key.ApiResponse<CheckoutKey>ProjectApi. createCheckoutKeyWithHttpInfo(String projectSlug, CheckoutKeyInput checkoutKeyInput)Create a new checkout key Creates a new checkout key.ApiResponse<CheckoutKey>PreviewApi. getCheckoutKeyWithHttpInfo(String projectSlug, String fingerprint)Get a checkout key Returns an individual checkout key.ApiResponse<CheckoutKey>ProjectApi. getCheckoutKeyWithHttpInfo(String projectSlug, String fingerprint)Get a checkout key Returns an individual checkout key.List<CheckoutKey>PreviewApi. listCheckoutKeys(String projectSlug)Get all checkout keys Returns a sequence of checkout keys for `:project`.List<CheckoutKey>ProjectApi. listCheckoutKeys(String projectSlug)Get all checkout keys Returns a sequence of checkout keys for `:project`.ApiResponse<List<CheckoutKey>>PreviewApi. listCheckoutKeysWithHttpInfo(String projectSlug)Get all checkout keys Returns a sequence of checkout keys for `:project`.ApiResponse<List<CheckoutKey>>ProjectApi. listCheckoutKeysWithHttpInfo(String projectSlug)Get all checkout keys Returns a sequence of checkout keys for `:project`. -
Uses of CheckoutKey in com.circleci.client.v2.model
Methods in com.circleci.client.v2.model that return CheckoutKey Modifier and Type Method Description CheckoutKeyCheckoutKey. fingerprint(String fingerprint)CheckoutKeyCheckoutKey. preferred(Boolean preferred)CheckoutKeyCheckoutKey. publicKey(String publicKey)CheckoutKeyCheckoutKey. time(OffsetDateTime time)CheckoutKeyCheckoutKey. type(CheckoutKey.TypeEnum type)
-