Class NullableAgent


  • public class NullableAgent
    extends Object
    Author:
    Eugene Petrenko Created: 28.11.2008 11:38:52
    • Constructor Detail

      • NullableAgent

        public NullableAgent​(@NotNull
                             String agentName,
                             @Nullable
                             Integer agentTypeId,
                             @NotNull
                             AgentPool pool)
    • Method Detail

      • getAgentPool

        @NotNull
        public AgentPool getAgentPool()
      • setAgent

        public void setAgent​(SBuildAgent agent)
      • getAgentName

        @NotNull
        public String getAgentName()
      • getAgentNameTooltip

        @Nullable
        public String getAgentNameTooltip()
      • getAgentTypeId

        @Nullable
        public Integer getAgentTypeId()
      • getAgentType

        @Nullable
        public SAgentType getAgentType()
      • setAgentType

        public void setAgentType​(SAgentType agentType)
      • isExistingAgent

        public boolean isExistingAgent()
      • getId

        public int getId()
      • setId

        public void setId​(@NotNull
                          Counter agentId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object