Uses of Class
com.atlassian.bamboo.rest.model.admin.ssh.RestTrustedKey
Package
Description
-
Uses of RestTrustedKey in com.atlassian.bamboo.plugins.rest.admin.ssh
Modifier and TypeMethodDescription@NotNull RestTrustedKey
TrustedKeyConversionFunction.apply
(@NotNull TrustedKey input, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) Modifier and TypeMethodDescription@NotNull List<RestTrustedKey>
TrustedKeyResource.findAll
(ExpansionParam expansion, javax.ws.rs.core.UriInfo uriInfo) Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
TrustedKeyResource.create
(@Nullable RestTrustedKey input, ExpansionParam expansion, javax.ws.rs.core.UriInfo uriInfo) -
Uses of RestTrustedKey in com.atlassian.bamboo.testutils.backdoor
Modifier and TypeMethodDescriptionAdministrationControl.createTrustedSshKey
(String host, String key)