Class AciContainerTemplate

    • Method Detail

      • provisionAgents

        public void provisionAgents​(AciCloud cloud,
                                    AciAgent agent,
                                    org.apache.commons.lang3.time.StopWatch stopWatch)
                             throws Exception
        Throws:
        Exception
      • isJnlp

        public boolean isJnlp()
      • getName

        public String getName()
      • getLabel

        public String getLabel()
      • getImage

        public String getImage()
      • getOsType

        public String getOsType()
      • getTimeout

        public int getTimeout()
      • getCommand

        public String getCommand()
      • getRootFs

        public String getRootFs()
      • getCpu

        public String getCpu()
      • getMemory

        public String getMemory()
      • getPrivateRegistryCredentials

        public List<org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint> getPrivateRegistryCredentials()
      • setAvailable

        public void setAvailable​(boolean available)
      • getAvailable

        public boolean getAvailable()
      • getLaunchMethodType

        public String getLaunchMethodType()
      • setLaunchMethodType

        @DataBoundSetter
        public void setLaunchMethodType​(String launchMethodType)
      • getSshCredentialsId

        public String getSshCredentialsId()
      • getSshPort

        public String getSshPort()
      • setLaunchMethodTypeContent

        @DataBoundSetter
        public void setLaunchMethodTypeContent​(LaunchMethodTypeContent launchMethodTypeContent)
      • setPrivateIpAddress

        @DataBoundSetter
        public void setPrivateIpAddress​(AciPrivateIpAddress privateIpAddress)