Class JCloudsCloud

    • Field Detail

      • providerName

        public final String providerName
      • endPointUrl

        public final String endPointUrl
      • profile

        public final String profile
      • instanceCap

        public int instanceCap
      • scriptTimeout

        public final int scriptTimeout
      • startTimeout

        public final int startTimeout
      • zones

        public final String zones
    • Method Detail

      • getCloudCredentialsId

        public String getCloudCredentialsId()
      • getTrustAll

        public boolean getTrustAll()
      • setCloudCredentialsId

        public void setCloudCredentialsId​(String value)
      • getCloudGlobalKeyId

        public String getCloudGlobalKeyId()
      • setCloudGlobalKeyId

        public void setCloudGlobalKeyId​(String value)
      • getGlobalPrivateKey

        public String getGlobalPrivateKey()
      • getGlobalPublicKey

        public String getGlobalPublicKey()
      • getGroupPrefix

        public String getGroupPrefix()
      • readResolve

        protected Object readResolve()
      • getRetentionTime

        public int getRetentionTime()
        Get the retention time in minutes or default value from CloudInstanceDefaults if it is zero.
        Returns:
        The retention time in minutes.
        See Also:
        CloudInstanceDefaults.DEFAULT_INSTANCE_RETENTION_TIME_IN_MINUTES
      • getErrorRetentionTime

        public int getErrorRetentionTime()
        Get the error retention time in minutes or default value from CloudInstanceDefaults if it is zero.
        Returns:
        The retention time in minutes.
        See Also:
        CloudInstanceDefaults.DEFAULT_INSTANCE_RETENTION_TIME_IN_MINUTES
      • newApi

        public <A extends Closeable> A newApi​(Class<A> apitype)
      • unregisterPhoneHomeMonitor

        public void unregisterPhoneHomeMonitor​(jenkins.plugins.jclouds.compute.PhoneHomeMonitor monitor)
      • phoneHomeNotify

        public boolean phoneHomeNotify​(String name)
      • allowGzippedUserData

        public boolean allowGzippedUserData()