Class DeploymentNotificationBean
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<DeploymentNotificationBean>
-
- org.jenkinsci.plugins.newrelicnotifier.DeploymentNotificationBean
-
- All Implemented Interfaces:
Describable<DeploymentNotificationBean>
public class DeploymentNotificationBean extends AbstractDescribableImpl<DeploymentNotificationBean>
Bean to hold each deployment notification configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeploymentNotificationBean.DescriptorImpl
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Constructor Detail
-
DeploymentNotificationBean
@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)
-
-
Method Detail
-
getApiKey
public String getApiKey()
-
getApplicationId
public String getApplicationId()
-
getDescription
public String getDescription()
-
getRevision
public String getRevision()
-
getChangelog
public String getChangelog()
-
getUser
public String getUser()
-
getCommit
public String getCommit()
-
getDeeplink
public String getDeeplink()
-
getTimestamp
public String getTimestamp()
-
getVersion
public String getVersion()
-
getGroupId
public String getGroupId()
-
getDeploymentId
public String getDeploymentId()
-
getEntityGuid
public String getEntityGuid()
-
getDeploymentType
public String getDeploymentType()
-
getEuropean
public boolean getEuropean()
-
getEuropean
public boolean getEuropean(EnvVars env)
-
getCredentials
@CheckForNull public static com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials getCredentials(Job<?,?> owner, String credentialId, String source)
-
-