Uses of Class
com.atlassian.bamboo.rest.model.admin.ssh.RestTrustedKey
Packages that use RestTrustedKey
Package
Description
-
Uses of RestTrustedKey in com.atlassian.bamboo.plugins.rest.admin.ssh
Methods in com.atlassian.bamboo.plugins.rest.admin.ssh that return RestTrustedKeyModifier and TypeMethodDescription@NotNull RestTrustedKey
TrustedKeyConversionFunction.apply
(@NotNull TrustedKey input, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) Methods in com.atlassian.bamboo.plugins.rest.admin.ssh that return types with arguments of type RestTrustedKeyModifier and TypeMethodDescription@NotNull List<RestTrustedKey>
TrustedKeyResource.findAll
(ExpansionParam expansion, javax.ws.rs.core.UriInfo uriInfo) Methods in com.atlassian.bamboo.plugins.rest.admin.ssh with parameters of type RestTrustedKeyModifier 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
Methods in com.atlassian.bamboo.testutils.backdoor that return RestTrustedKeyModifier and TypeMethodDescriptionAdministrationControl.createTrustedSshKey
(String host, String key) Methods in com.atlassian.bamboo.testutils.backdoor that return types with arguments of type RestTrustedKey