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. -
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. createdAt(OffsetDateTime createdAt)CheckoutKeyCheckoutKey. fingerprint(String fingerprint)CheckoutKeyCheckoutKey. preferred(Boolean preferred)CheckoutKeyCheckoutKey. publicKey(String publicKey)CheckoutKeyCheckoutKey. type(CheckoutKey.TypeEnum type)Methods in com.circleci.client.v2.model that return types with arguments of type CheckoutKey Modifier and Type Method Description List<CheckoutKey>CheckoutKeyListResponse. getItems()Get itemsMethods in com.circleci.client.v2.model with parameters of type CheckoutKey Modifier and Type Method Description CheckoutKeyListResponseCheckoutKeyListResponse. addItemsItem(CheckoutKey itemsItem)Method parameters in com.circleci.client.v2.model with type arguments of type CheckoutKey Modifier and Type Method Description CheckoutKeyListResponseCheckoutKeyListResponse. items(List<CheckoutKey> items)voidCheckoutKeyListResponse. setItems(List<CheckoutKey> items)
-