Uses of Interface
network.ike.plugin.scaffold.TierAction
Packages that use TierAction
-
Uses of TierAction in network.ike.plugin.scaffold
Classes in network.ike.plugin.scaffold that implement TierActionModifier and TypeClassDescriptionstatic final recordPublish must not touchTierAction.Skip.resolvedDest()because the user has diverged from the last-applied version.static final recordNothing to write — target already matches the current template.static final recordPublish must not touchTierAction.UserManaged.resolvedDest()because at least one managed element already exists with a value the user has chosen, and policy is to defer to the user's value rather than overwrite it.static final recordPublish should writenewContenttoTierAction.Write.resolvedDest().Methods in network.ike.plugin.scaffold that return TierActionModifier and TypeMethodDescriptionModelPlanResult.action()Returns the value of theactionrecord component.PlannedEntry.action()Returns the value of theactionrecord component.TierHandler.plan(ManifestEntry entry, Path resolvedDest, byte[] currentContent, byte[] templateContent, byte[] createContent, LockfileEntry priorEntry) Plan a single entry.ToolOwnedTierHandler.plan(ManifestEntry entry, Path resolvedDest, byte[] currentContent, byte[] templateContent, byte[] createContent, LockfileEntry priorEntry) TrackedBlockTierHandler.plan(ManifestEntry entry, Path resolvedDest, byte[] currentContent, byte[] templateContent, byte[] createContent, LockfileEntry priorEntry) TrackedTierHandler.plan(ManifestEntry entry, Path resolvedDest, byte[] currentContent, byte[] templateContent, byte[] createContent, LockfileEntry priorEntry) Constructors in network.ike.plugin.scaffold with parameters of type TierActionModifierConstructorDescriptionModelPlanResult(TierAction action, List<ManagedElement> managedElements) Canonical constructor with defensive copying.PlannedEntry(ManifestEntry manifest, TierAction action, List<ManagedElement> managedElements) Canonical constructor with validation and defensive copying.