Class AbstractBuildAwareAgentStatus

    • Field Detail

      • resultKey

        protected final ResultKey resultKey
      • displayName

        protected final String displayName
      • deploymentResultId

        protected final long deploymentResultId
    • Constructor Detail

      • AbstractBuildAwareAgentStatus

        public AbstractBuildAwareAgentStatus​(ResultKey resultKey,
                                             String displayName,
                                             long deploymentResultId)
    • Method Detail

      • getUrl

        @Nullable
        public @Nullable String getUrl()
        Returns:
        The URL the status should point to. Will be prepended by the contextPath
      • isAllowDelete

        public boolean isAllowDelete()
        Returns:
        true if the agent is allowed to be deleted when in this state
      • getResultKey

        public ResultKey getResultKey()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object