Interface SAgentType

    • Method Detail

      • getAgentPool

        @NotNull
        AgentPool getAgentPool()
      • getDetails

        @NotNull
        AgentTypeDetails getDetails()
        Returns:
        runtime details of the associated agent type
      • getRealAgent

        @Nullable
        SBuildAgent getRealAgent()
        For real agent types returns the corresponding agent or null if it does not exist anymore. For cloud agent types returns null always.
        Returns:
        see above
      • containsAgentDescriptionData

        boolean containsAgentDescriptionData()
        Returns:
        true if agent contains AgentDescription from some connected agent
        Since:
        7.0
      • isCloud

        default boolean isCloud()