public class DeploymentNotificationBean extends hudson.model.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(hudson.EnvVars env) |
static com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials |
getCredentials(hudson.model.Job<?,?> owner,
String credentialId,
String source) |
String |
getDescription() |
String |
getDescription(hudson.EnvVars env) |
String |
getRevision() |
String |
getRevision(hudson.EnvVars env) |
String |
getUser() |
String |
getUser(hudson.EnvVars env) |
public String getApiKey()
public String getApplicationId()
public String getDescription()
public String getRevision()
public String getChangelog()
public String getUser()
public String getDescription(hudson.EnvVars env)
public String getRevision(hudson.EnvVars env)
public String getChangelog(hudson.EnvVars env)
public String getUser(hudson.EnvVars env)
@CheckForNull public static com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials getCredentials(hudson.model.Job<?,?> owner, String credentialId, String source)
Copyright © 2016–2021. All rights reserved.