public static class CronExpressionFixer.Result extends Object
getNewCronExpression()
and
getCronSyntaxException()
will be Optional.empty()
.getNewCronExpression()
returns the repaired
cron expression and getCronSyntaxException()
is Optional.empty()
.getCronSyntaxException()
returns
the first syntax error found and getNewCronExpression()
is Optional.empty()
.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Optional<com.atlassian.scheduler.cron.CronSyntaxException> |
getCronSyntaxException()
Returns the first syntax error found for the cron expression (if the repair failed)
|
Optional<String> |
getNewCronExpression()
Returns the repaired cron expression (if the repair succeeded).
|
int |
hashCode() |
String |
toString() |
public Optional<com.atlassian.scheduler.cron.CronSyntaxException> getCronSyntaxException()
public Optional<String> getNewCronExpression()
Copyright © 2002-2022 Atlassian. All Rights Reserved.