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.
  • Constructor Details

  • Method Details

    • 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()
    • getTimestamp

      public String getTimestamp(EnvVars env)
    • getVersion

      public String getVersion()
    • getVersion

      public String getVersion(EnvVars env)
    • getGroupId

      public String getGroupId()
    • getGroupId

      public String getGroupId(EnvVars env)
    • getDeploymentId

      public String getDeploymentId()
    • getEntityGuid

      public String getEntityGuid()
    • getDeploymentType

      public String getDeploymentType()
    • getEuropean

      public boolean getEuropean()
    • getDeploymentType

      public String getDeploymentType(EnvVars env)
    • getEuropean

      public boolean getEuropean(EnvVars env)
    • getCommit

      public String getCommit(EnvVars env)
    • getDeploymentId

      public String getDeploymentId(EnvVars env)
    • getDeeplink

      public String getDeeplink(EnvVars env)
    • getEntityGuid

      public String getEntityGuid(EnvVars env)
    • getDescription

      public String getDescription(EnvVars env)
    • getRevision

      public String getRevision(EnvVars env)
    • getChangelog

      public String getChangelog(EnvVars env)
    • getUser

      public String getUser(EnvVars env)
    • getCredentials

      @CheckForNull public static com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials getCredentials(Job<?,?> owner, String credentialId, String source)