Interface BuildScanPublishing
public interface BuildScanPublishing
Allows configuring whether a build scan should be published at the end of the build
- Since:
- 1.21
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The context for evaluating conditions that determine whether a build scan should be published at the end of the build. -
Method Summary
Modifier and TypeMethodDescriptionSpecify a condition for when a build scan should be published at the end of the build.
-
Method Details
-
onlyIf
Specify a condition for when a build scan should be published at the end of the build.You may add multiple such predicates. A build scan will be published if any of the predicates return true.
- Parameters:
onlyIf
- the condition- Returns:
- this object
-