@Generated public class TaskEmailNotifications extends Object
Constructor and Description |
---|
TaskEmailNotifications() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getNoAlertForSkippedRuns() |
Collection<String> |
getOnDurationWarningThresholdExceeded() |
Collection<String> |
getOnFailure() |
Collection<String> |
getOnStart() |
Collection<String> |
getOnSuccess() |
int |
hashCode() |
TaskEmailNotifications |
setNoAlertForSkippedRuns(Boolean noAlertForSkippedRuns) |
TaskEmailNotifications |
setOnDurationWarningThresholdExceeded(Collection<String> onDurationWarningThresholdExceeded) |
TaskEmailNotifications |
setOnFailure(Collection<String> onFailure) |
TaskEmailNotifications |
setOnStart(Collection<String> onStart) |
TaskEmailNotifications |
setOnSuccess(Collection<String> onSuccess) |
String |
toString() |
public TaskEmailNotifications setNoAlertForSkippedRuns(Boolean noAlertForSkippedRuns)
public Boolean getNoAlertForSkippedRuns()
public TaskEmailNotifications setOnDurationWarningThresholdExceeded(Collection<String> onDurationWarningThresholdExceeded)
public Collection<String> getOnDurationWarningThresholdExceeded()
public TaskEmailNotifications setOnFailure(Collection<String> onFailure)
public Collection<String> getOnFailure()
public TaskEmailNotifications setOnStart(Collection<String> onStart)
public Collection<String> getOnStart()
public TaskEmailNotifications setOnSuccess(Collection<String> onSuccess)
public Collection<String> getOnSuccess()
Copyright © 2024. All rights reserved.