Package com.github.vlsi.gradle
Interface BuildFailurePrintFlowParameters
-
- All Implemented Interfaces:
-
org.gradle.api.flow.FlowParameters
public interface BuildFailurePrintFlowParameters implements FlowParameters
-
-
Method Summary
Modifier and Type Method Description abstract Property<Boolean>getEnableStyle()abstract Property<Boolean>getFullTrace()abstract Property<BuildWorkResult>getBuildWorkResult()-
-
Method Detail
-
getEnableStyle
@Input() abstract Property<Boolean> getEnableStyle()
-
getFullTrace
@Input() abstract Property<Boolean> getFullTrace()
-
getBuildWorkResult
@Input() abstract Property<BuildWorkResult> getBuildWorkResult()
-
-
-
-