Uses of Class
com.atlassian.bamboo.logger.DecoratedErrorDetailsImpl
-
Packages that use DecoratedErrorDetailsImpl Package Description com.atlassian.bamboo.logger -
-
Uses of DecoratedErrorDetailsImpl in com.atlassian.bamboo.logger
Methods in com.atlassian.bamboo.logger that return DecoratedErrorDetailsImpl Modifier and Type Method Description @NotNull DecoratedErrorDetailsImpl
DecoratedErrorDetailsFactory. decorate(@NotNull ErrorDetails errorDetails)
DecoratedErrorDetailsImpl
ViewBuildError. getErrorDetails()
Provide the UI with the ErrorDetails obtained from executing this actionMethods in com.atlassian.bamboo.logger that return types with arguments of type DecoratedErrorDetailsImpl Modifier and Type Method Description com.google.common.base.Function<ErrorDetails,DecoratedErrorDetailsImpl>
DecoratedErrorDetailsFactory. decorator()
Collection<DecoratedErrorDetailsImpl>
SystemErrorList. getSystemErrors()
Obtain 100 first current system errors.Collection<DecoratedErrorDetailsImpl>
SystemErrorList. getSystemErrors(int maxSize)
Obtain the current system errors.
-