Uses of Record Class
com.cloudforgeci.api.core.SystemContext.InfrastructureFactories
Packages that use SystemContext.InfrastructureFactories
-
Uses of SystemContext.InfrastructureFactories in com.cloudforgeci.api.compute
Methods in com.cloudforgeci.api.compute that return SystemContext.InfrastructureFactoriesModifier and TypeMethodDescriptionApplicationFactory.getInfrastructure()Gets the infrastructure factories created during deployment. -
Uses of SystemContext.InfrastructureFactories in com.cloudforgeci.api.core
Methods in com.cloudforgeci.api.core that return SystemContext.InfrastructureFactoriesModifier and TypeMethodDescriptionSystemContext.createInfrastructureFactories(software.constructs.Construct scope, String idPrefix) Creates infrastructure factories in the correct order with proper context injection.SystemContext.JenkinsDeployment.infrastructure()Returns the value of theinfrastructurerecord component.Constructors in com.cloudforgeci.api.core with parameters of type SystemContext.InfrastructureFactoriesModifierConstructorDescriptionJenkinsDeployment(SystemContext.InfrastructureFactories infrastructure, SystemContext.JenkinsSpecificFactories jenkins, SystemContext.DomainAndSslFactories domainSsl) Creates an instance of aJenkinsDeploymentrecord class.