Interface IRelease2

    • Method Detail

      • milestoneFactory

        com4j.Com4jObject milestoneFactory()

        The MilestoneFactory object for milestones of this release.

        Getter method for the COM property "MilestoneFactory"

        Returns:
        Returns a value of type com4j.Com4jObject
      • scopeItemFactory

        com4j.Com4jObject scopeItemFactory()

        The ScopeItemFactory object for ScopeItems of this release.

        Getter method for the COM property "ScopeItemFactory"

        Returns:
        Returns a value of type com4j.Com4jObject
      • hasScopeItems

        boolean hasScopeItems()

        Checks whether the release has at least one scope item.

        Getter method for the COM property "HasScopeItems"

        Returns:
        Returns a value of type boolean
      • hasMilestones

        boolean hasMilestones()

        Checks whether the release has at least one milestone.

        Getter method for the COM property "HasMilestones"

        Returns:
        Returns a value of type boolean
      • rescheduleTimePeriod

        void rescheduleTimePeriod​(java.util.Date newStartDate,
                                  java.util.Date newEndDate)

        Reschedule start and end dates of the release.

        Parameters:
        newStartDate - Mandatory java.util.Date parameter.
        newEndDate - Mandatory java.util.Date parameter.