public class DeploymentNotificationBean extends AbstractDescribableImpl<DeploymentNotificationBean>
| Modifier and Type | Class and Description |
|---|---|
static class |
DeploymentNotificationBean.DescriptorImpl |
| Constructor and Description |
|---|
DeploymentNotificationBean(String apiKey,
String applicationId,
String description,
String revision,
String changelog,
String user) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey() |
String |
getApplicationId() |
String |
getChangelog() |
String |
getChangelog(EnvVars env) |
static com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials |
getCredentials(Job<?,?> owner,
String credentialId,
String source) |
String |
getDescription() |
String |
getDescription(EnvVars env) |
String |
getRevision() |
String |
getRevision(EnvVars env) |
String |
getUser() |
String |
getUser(EnvVars env) |
getDescriptorpublic String getApiKey()
public String getApplicationId()
public String getDescription()
public String getRevision()
public String getChangelog()
public String getUser()
@CheckForNull public static com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials getCredentials(Job<?,?> owner, String credentialId, String source)
Copyright © 2016–2023. All rights reserved.