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 CheckoutKeyDefaultApi. createCheckoutKey(String projectSlug, CheckoutKeyInput checkoutKeyInput)Create a new checkout key.CheckoutKeyDefaultApi. getCheckoutKey(String projectSlug, String fingerprint)Get a checkout key.Methods in com.circleci.client.v2.api that return types with arguments of type CheckoutKey Modifier and Type Method Description ApiResponse<CheckoutKey>DefaultApi. createCheckoutKeyWithHttpInfo(String projectSlug, CheckoutKeyInput checkoutKeyInput)Create a new checkout key.ApiResponse<CheckoutKey>DefaultApi. getCheckoutKeyWithHttpInfo(String projectSlug, String fingerprint)Get a checkout key.List<CheckoutKey>DefaultApi. listCheckoutKeys(String projectSlug)Get all checkout keys.ApiResponse<List<CheckoutKey>>DefaultApi. listCheckoutKeysWithHttpInfo(String projectSlug)Get all checkout keys. -
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)
-