@Generated public class TaskNotificationSettings extends Object
| Constructor and Description |
|---|
TaskNotificationSettings() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getAlertOnLastAttempt() |
Boolean |
getNoAlertForCanceledRuns() |
Boolean |
getNoAlertForSkippedRuns() |
int |
hashCode() |
TaskNotificationSettings |
setAlertOnLastAttempt(Boolean alertOnLastAttempt) |
TaskNotificationSettings |
setNoAlertForCanceledRuns(Boolean noAlertForCanceledRuns) |
TaskNotificationSettings |
setNoAlertForSkippedRuns(Boolean noAlertForSkippedRuns) |
String |
toString() |
public TaskNotificationSettings setAlertOnLastAttempt(Boolean alertOnLastAttempt)
public Boolean getAlertOnLastAttempt()
public TaskNotificationSettings setNoAlertForCanceledRuns(Boolean noAlertForCanceledRuns)
public Boolean getNoAlertForCanceledRuns()
public TaskNotificationSettings setNoAlertForSkippedRuns(Boolean noAlertForSkippedRuns)
public Boolean getNoAlertForSkippedRuns()
Copyright © 2024. All rights reserved.