Class PlanResultKey

    • Method Detail

      • getPlanKey

        @NotNull
        public @NotNull PlanKey getPlanKey()
        Returns the key component of this PlanResultKey
        Returns:
        planKey
      • getEntityKey

        @NotNull
        public @NotNull Key getEntityKey()
        Description copied from interface: ResultKey
        What is this a result of.
        Specified by:
        getEntityKey in interface ResultKey
        Returns:
      • getBuildNumber

        public int getBuildNumber()
        The build number being built
        Returns:
        int
      • getResultNumber

        public int getResultNumber()
        Specified by:
        getResultNumber in interface ResultKey
        Returns:
        Result number
      • getKey

        @NotNull
        public @NotNull String getKey()
        Full build result key (e.g. BAM-MAIN-100)
        Specified by:
        getKey in interface Key
        Specified by:
        getKey in interface ResultKey
        Returns:
        Key for build result
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object