Class HostRecord


  • public class HostRecord
    extends Object
    Record of the deployment per host.
    Author:
    Kohsuke Kawaguchi
    • Method Detail

      • getHost

        public String getHost()
      • getEnv

        public String getEnv()
      • getTimestamp

        public long getTimestamp()
      • getPath

        public String getPath()
      • getReplaces

        public String getReplaces()
      • getTimestampString

        public String getTimestampString()
        Gets the string that says how long since this build has scheduled.
        Returns:
        string like "3 minutes" "1 day" etc.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object