Fields inherited from class | Fields |
---|---|
class DeploymentWebhookMapper |
artifact, createdAt, environment, id, service, status |
Type | Name and description |
---|---|
PromotionResult |
promotionResult Promotion result for webhook mapper |
Constructor and description |
---|
PromotionWebhookMapper
() Default constructor |
PromotionWebhookMapper
(Deployment deployment, PromotionResult promotionResult) @param deployment Deployment to map for the webhook |
Type | Name and description |
---|---|
java.lang.String |
toPayload() |
Methods inherited from class | Name |
---|---|
class DeploymentWebhookMapper |
toPayload |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Promotion result for webhook mapper
Default constructor
deployment
- Deployment to map for the webhookpromotionResult
- Promotion result to map for the webhookGroovy Documentation