Package step.core.artefacts
Annotation Type Artefact
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
Class<? extends ReportNode>
boolean
Marks the artefact as test (used in unit tests) to avoid inclusion in json schema for Yaml formatboolean
boolean
-
Element Details
-
name
String name- Default:
- ""
-
report
Class<? extends ReportNode> report- Default:
- step.core.artefacts.reports.ReportNode.class
-
block
boolean block- Default:
- true
-
validAsRoot
boolean validAsRoot- Returns:
- true if the artefact can be used as root artefact in Plans.
- Default:
- false
-
validAsControl
boolean validAsControl- Returns:
- true if the artefact can be used as control within Plans
- Default:
- true
-
test
boolean testMarks the artefact as test (used in unit tests) to avoid inclusion in json schema for Yaml format- Default:
- false
-