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