public static class UserPublicKeyRoute.Handler extends Object
| Constructor and Description |
|---|
Handler(io.jenkins.blueocean.rest.model.BlueUser user) |
| Modifier and Type | Method and Description |
|---|---|
UserKey |
getPublickey()
Gets or creates the user's private Jenkins-managed key and returns the
public key to the user
|
UserKey |
resetPublicKey()
Deletes the user's private Jenkins-managed key
|
@GET @WebMethod(name="") public UserKey getPublickey()
@DELETE @WebMethod(name="") public UserKey resetPublicKey()
Copyright © 2016–2018. All rights reserved.