Uses of Class
com.atlassian.bamboo.plugins.stash.rest.entity.BulkKeysRepairRequest
-
Packages that use BulkKeysRepairRequest Package Description com.atlassian.bamboo.plugins.stash.rest.resource -
-
Uses of BulkKeysRepairRequest in com.atlassian.bamboo.plugins.stash.rest.resource
Methods in com.atlassian.bamboo.plugins.stash.rest.resource with parameters of type BulkKeysRepairRequest Modifier and Type Method Description javax.ws.rs.core.Response
StashBulkActionsResource. refreshKeysIfNeeded(@Nullable BulkKeysRepairRequest keysRepairPayload)
The bulk operation that refreshes ssh keys of all Bitbucket Server/DC repositories if the existing one cannot establish a connection with the origin repository.javax.ws.rs.core.Response
StashBulkActionsResource. refreshKeysIfNeeded(String appLinkId, @Nullable BulkKeysRepairRequest keysRepairPayload)
The bulk operation that refreshes ssh keys of all Bitbucket Server/DC repositories if the existing one cannot establish a connection with the origin repository.
-