Class DiagnosticsBuilder
java.lang.Object
org.jobrunr.utils.diagnostics.DiagnosticsBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic DiagnosticsBuilderwith(List<T> items, BiConsumer<T, DiagnosticsBuilder> consumer) withBulletedLine(String line) withBulletedLine(String key, String value) withBulletedTextBlock(String key, String textBlock) withDiagnostics(int shiftTitle, DiagnosticsBuilder diagnostics) withException(Exception exception) withIndentedBulletedLine(String key, String value) withIndentedLine(int amountOfIndentation, String line) withIndentedLine(String line) withLambda(Object lambda) withObject(Object object) withObject(String key, Object object) withParameters(Object[] parameters) withParameterTypes(Class<?>[] paramTypes) withSubTitle(String title)
-
Method Details
-
diagnostics
-
withTitle
-
withSubTitle
-
withLine
-
withIndentedLine
-
withIndentedLine
-
withBulletedLine
-
withBulletedLine
-
withIndentedBulletedLine
-
withBulletedTextBlock
-
withEmptyLine
-
with
-
withObject
-
withObject
-
withParameterTypes
-
withParameters
-
withException
-
withDiagnostics
-
asMarkDown
-
withLambda
-