public class ServerSecret extends AbstractDescribableImpl<ServerSecret>
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerSecret.DescriptorImpl |
static class |
ServerSecret.Mapping |
| Constructor and Description |
|---|
ServerSecret(int id,
List<ServerSecret.Mapping> mappings) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUrl() |
String |
getCredentialId() |
int |
getId() |
List<ServerSecret.Mapping> |
getMappings() |
void |
setBaseUrl(String baseUrl) |
void |
setCredentialId(String credentialId) |
getDescriptor@DataBoundConstructor
public ServerSecret(int id,
List<ServerSecret.Mapping> mappings)
public int getId()
public List<ServerSecret.Mapping> getMappings()
public String getBaseUrl()
@DataBoundSetter public void setBaseUrl(String baseUrl)
public String getCredentialId()
@DataBoundSetter public void setCredentialId(String credentialId)
Copyright © 2016–2022. All rights reserved.