Enum ObjectType

    • Enum Constant Detail

      • UNKNOWN_OBJECT

        public static final ObjectType UNKNOWN_OBJECT
      • BUILD_TYPE

        public static final ObjectType BUILD_TYPE
      • VCS_ROOT

        public static final ObjectType VCS_ROOT
      • BUILD_PROMOTION

        public static final ObjectType BUILD_PROMOTION
      • USER_GROUP

        public static final ObjectType USER_GROUP
      • USER_ROLE

        public static final ObjectType USER_ROLE
      • BUILD_TYPE_TEMPLATE

        public static final ObjectType BUILD_TYPE_TEMPLATE
      • CONFIG_MODIFICATION

        public static final ObjectType CONFIG_MODIFICATION
      • AGENT_TYPE

        public static final ObjectType AGENT_TYPE
      • AGENT_POOL

        public static final ObjectType AGENT_POOL
      • BUILD_PROBLEM

        public static final ObjectType BUILD_PROBLEM
      • HEALTH_STATUS_ITEM

        public static final ObjectType HEALTH_STATUS_ITEM
      • RUN_TYPE

        public static final ObjectType RUN_TYPE
      • VCS_MODIFICATION

        public static final ObjectType VCS_MODIFICATION
      • NODE_RESPONSIBILITY

        public static final ObjectType NODE_RESPONSIBILITY
      • TEAMCITY_NODE

        public static final ObjectType TEAMCITY_NODE
      • AUTHENTICATION_TOKEN

        public static final ObjectType AUTHENTICATION_TOKEN
    • Method Detail

      • values

        public static ObjectType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ObjectType c : ObjectType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ObjectType valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getLinkPage

        @NotNull
        public String getLinkPage()
      • getId

        public int getId()
      • getLog4jDescriptionById

        @NotNull
        public String getLog4jDescriptionById​(@NotNull
                                              String objectId)
      • getObjectTypeById

        @NotNull
        public static ObjectType getObjectTypeById​(int id)