Uses of Interface
com.cloudforgeci.api.interfaces.Rule
Packages that use Rule
Package
Description
-
Uses of Rule in com.cloudforgeci.api.core.iam
Methods in com.cloudforgeci.api.core.iam that return types with arguments of type RuleModifier and TypeMethodDescriptionExtendedIAMConfiguration.rules(SystemContext c) MinimalIAMConfiguration.rules(SystemContext c) StandardIAMConfiguration.rules(SystemContext c) -
Uses of Rule in com.cloudforgeci.api.core.rules
Methods in com.cloudforgeci.api.core.rules that return RuleModifier and TypeMethodDescriptionstatic RuleRuleKit.forbid(String name, Function<SystemContext, ? extends Slot<?>> get) static RuleRuleKit.require(String name, Function<SystemContext, ? extends Slot<?>> get) static RuleMethods in com.cloudforgeci.api.core.rules with parameters of type Rule -
Uses of Rule in com.cloudforgeci.api.core.runtime
Methods in com.cloudforgeci.api.core.runtime that return types with arguments of type RuleModifier and TypeMethodDescriptionEc2RuntimeConfiguration.rules(SystemContext c) FargateRuntimeConfiguration.rules(SystemContext c) -
Uses of Rule in com.cloudforgeci.api.core.security
Methods in com.cloudforgeci.api.core.security that return types with arguments of type RuleModifier and TypeMethodDescriptionDevSecurityConfiguration.rules(SystemContext c) ProductionSecurityConfiguration.rules(SystemContext c) StagingSecurityConfiguration.rules(SystemContext c) -
Uses of Rule in com.cloudforgeci.api.core.topology
Methods in com.cloudforgeci.api.core.topology that return types with arguments of type RuleModifier and TypeMethodDescriptionApplicationServiceTopologyConfiguration.rules(SystemContext c) JenkinsServiceTopologyConfiguration.rules(SystemContext c) S3WebsiteTopologyConfiguration.rules(SystemContext c) -
Uses of Rule in com.cloudforgeci.api.interfaces
Methods in com.cloudforgeci.api.interfaces that return types with arguments of type Rule