Package hudson.slaves

Class AbstractCloudComputer<T extends AbstractCloudSlave>

    • Constructor Detail

      • AbstractCloudComputer

        public AbstractCloudComputer​(T slave)
    • Method Detail

      • getNode

        @CheckForNull
        public T getNode()
        Description copied from class: Computer
        Returns the Node that this computer represents.
        Overrides:
        getNode in class SlaveComputer
        Returns:
        null if the configuration has changed and the node is removed, yet the corresponding Computer is not yet gone.
      • doDoDelete

        public org.kohsuke.stapler.HttpResponse doDoDelete()
                                                    throws IOException
        When the agent is deleted, free the node right away.
        Overrides:
        doDoDelete in class Computer
        Throws:
        IOException