Uses of Enum Class
network.ike.plugin.ws.WsGoal
Packages that use WsGoal
-
Uses of WsGoal in network.ike.plugin.ws
Subclasses with type arguments of type WsGoal in network.ike.plugin.wsModifier and TypeClassDescriptionenumCompile-time identity for everyws:*goal in this plugin.Methods in network.ike.plugin.ws that return WsGoalModifier and TypeMethodDescriptionWorkspaceReportSpec.goal()Returns the value of thegoalrecord component.static WsGoalReturns the enum constant of this class with the specified name.static WsGoal[]WsGoal.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in network.ike.plugin.ws with parameters of type WsGoalModifierConstructorDescriptionWorkspaceReportSpec(WsGoal goal, String content) Creates an instance of aWorkspaceReportSpecrecord class. -
Uses of WsGoal in network.ike.plugin.ws.preflight
Methods in network.ike.plugin.ws.preflight with parameters of type WsGoalModifier and TypeMethodDescriptionvoidPreflightResult.requirePassed(WsGoal goal) Hard-fail contract for publish mojos.voidPreflightResult.warnIfFailed(org.apache.maven.api.plugin.Log log, WsGoal goal) Soft-fail contract for draft mojos.