Uses of Record Class
com.cloudforgeci.api.core.SystemContext.DomainAndSslFactories
Packages that use SystemContext.DomainAndSslFactories
-
Uses of SystemContext.DomainAndSslFactories in com.cloudforgeci.api.core
Methods in com.cloudforgeci.api.core that return SystemContext.DomainAndSslFactoriesModifier and TypeMethodDescriptionSystemContext.JenkinsDeployment.domainSsl()Returns the value of thedomainSslrecord component.SystemContext.S3CloudFrontDeployment.domainSsl()Returns the value of thedomainSslrecord component.Constructors in com.cloudforgeci.api.core with parameters of type SystemContext.DomainAndSslFactoriesModifierConstructorDescriptionJenkinsDeployment(SystemContext.InfrastructureFactories infrastructure, SystemContext.JenkinsSpecificFactories jenkins, SystemContext.DomainAndSslFactories domainSsl) Creates an instance of aJenkinsDeploymentrecord class.S3CloudFrontDeployment(SystemContext.S3CloudFrontFactories s3CloudFront, SystemContext.DomainAndSslFactories domainSsl) Creates an instance of aS3CloudFrontDeploymentrecord class.