Interface CloudProfileData

  • All Known Implementing Classes:
    CloudProfileDataImpl

    public interface CloudProfileData
    Represents main properties of cloud profile
    Since:
    5.0
    • Method Detail

      • getProfileName

        @NotNull
        String getProfileName()
        User defined profile name
        Returns:
        name.
      • getDescription

        @NotNull
        String getDescription()
        User's comment for the profile.
        Returns:
        description
      • getTerminateIdleTime

        @Nullable
        Long getTerminateIdleTime()
        Time to wait before idle agent is terminated
        Returns:
        Time to wait before idle agent is terminated
      • isEnabled

        boolean isEnabled()
        Indicates whether the profile is enabled
        Returns:
        true, when profile is enabled. False otherwise
      • getProfileProperties

        @NotNull
        Map<String,​String> getProfileProperties()
        returns all profile-level properties as map
        Returns:
        see above
        Since:
        2017.1