Uses of Record Class
network.ike.plugin.ws.preflight.PreflightContext
Packages that use PreflightContext
-
Uses of PreflightContext in network.ike.plugin.ws.preflight
Methods in network.ike.plugin.ws.preflight that return PreflightContextModifier and TypeMethodDescriptionstatic PreflightContextPreflightContext.of(File root, network.ike.workspace.WorkspaceGraph graph, List<String> subprojects) Minimal context for conditions that only need root + subproject list.Methods in network.ike.plugin.ws.preflight with parameters of type PreflightContextModifier and TypeMethodDescriptionPreflightCondition.check(PreflightContext ctx) Evaluate the condition against the given context.static PreflightResultPreflight.of(List<PreflightCondition> conditions, PreflightContext ctx) Evaluate each condition in order against the given context.