Class GsLocalConfig


  • @Generated("jsonschema2pojo")
    public class GsLocalConfig
    extends java.lang.Object
    Organization configuration for local development.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String internalRepoPassword
      A password to access this organization's internal artifact repository (Required)
      java.lang.String internalRepoUser
      A username to access this organization's internal artifact repository (Required)
      java.lang.String orgConfigUrl
      A securely accessible URL to load the organization's build configuration.
      java.lang.String orgId
      An organization id for this local configuration
    • Constructor Summary

      Constructors 
      Constructor Description
      GsLocalConfig()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • orgId

        public java.lang.String orgId
        An organization id for this local configuration
      • orgConfigUrl

        public java.lang.String orgConfigUrl
        A securely accessible URL to load the organization's build configuration. This URL will be refreshed every 48 hours. (Required)
      • internalRepoUser

        public java.lang.String internalRepoUser
        A username to access this organization's internal artifact repository (Required)
      • internalRepoPassword

        public java.lang.String internalRepoPassword
        A password to access this organization's internal artifact repository (Required)
    • Constructor Detail

      • GsLocalConfig

        public GsLocalConfig()