Interface ICustomizationAction4

    • Method Detail

      • ownerOnlyGroups

        IList ownerOnlyGroups()

        A list of the user groups for which the current action is allowed in Owner Only mode.

        Getter method for the COM property "OwnerOnlyGroups"

        Returns:
        Returns a value of type step.repository.alm.v16.otaclient.IList
      • ownerOnlyGroups

        java.lang.Object ownerOnlyGroups​(int index)
      • addGroupAsOwnerOnly

        void addGroupAsOwnerOnly​(java.lang.Object group)

        Adds a user group to the list of user groups for which the current action is allowed.

        Parameters:
        group - Mandatory java.lang.Object parameter.