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 commit,
String deeplink,
String user,
String entityGuid,
String deploymentId,
String deploymentType,
String groupId,
String timestamp,
String version,
boolean european) |
getDescriptor
@DataBoundConstructor public DeploymentNotificationBean(String apiKey, String applicationId, String description, String revision, String changelog, String commit, String deeplink, String user, String entityGuid, String deploymentId, String deploymentType, String groupId, String timestamp, String version, boolean european)
public String getApiKey()
public String getApplicationId()
public String getDescription()
public String getRevision()
public String getChangelog()
public String getUser()
public String getCommit()
public String getDeeplink()
public String getTimestamp()
public String getVersion()
public String getGroupId()
public String getDeploymentId()
public String getEntityGuid()
public String getDeploymentType()
public boolean getEuropean()
public boolean getEuropean(EnvVars env)
@CheckForNull public static com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials getCredentials(Job<?,?> owner, String credentialId, String source)
Copyright © 2016–2025. All rights reserved.