Uses of Record Class
network.ike.plugin.scaffold.ManagedElement
Packages that use ManagedElement
-
Uses of ManagedElement in network.ike.plugin.scaffold
Methods in network.ike.plugin.scaffold that return types with arguments of type ManagedElementModifier and TypeMethodDescriptionLockfileEntry.managedElements()Returns the value of themanagedElementsrecord component.ModelPlanResult.managedElements()Returns the value of themanagedElementsrecord component.PlannedEntry.managedElements()Returns the value of themanagedElementsrecord component.Method parameters in network.ike.plugin.scaffold with type arguments of type ManagedElementModifier and TypeMethodDescriptionstatic LockfileEntryLockfileEntry.modelManaged(List<ManagedElement> elements) Convenience factory for a model-managed entry.Constructor parameters in network.ike.plugin.scaffold with type arguments of type ManagedElementModifierConstructorDescriptionLockfileEntry(ScaffoldTier tier, String templateSha, String appliedSha, List<ManagedElement> managedElements) Canonical constructor with validation and defensive copying.ModelPlanResult(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.