Uses of Interface
network.ike.plugin.support.GoalRef
Packages that use GoalRef
-
Uses of GoalRef in network.ike.plugin.support
Methods in network.ike.plugin.support that return GoalRefModifier and TypeMethodDescriptionGoalReportSpec.goal()Returns the value of thegoalrecord component.Methods in network.ike.plugin.support with parameters of type GoalRefModifier and TypeMethodDescriptionstatic PathGoalReport.reportPath(Path projectRoot, GoalRef goal) Resolve the report file path for a specific goal.static voidGoalReport.write(Path projectRoot, GoalRef goal, String content, org.apache.maven.api.plugin.Log log) Write a goal's report to its per-goal file at the project root, overwriting any previous content.Constructors in network.ike.plugin.support with parameters of type GoalRefModifierConstructorDescriptionGoalReportSpec(GoalRef goal, Path projectRoot, String content) Creates an instance of aGoalReportSpecrecord class.