Interface ICycle

    • Method Detail

      • name

        java.lang.String name()

        The cycle's name.

        Getter method for the COM property "Name"

        Returns:
        Returns a value of type java.lang.String
      • name

        void name​(java.lang.String pVal)

        The cycle's name.

        Setter method for the COM property "Name"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • startDate

        java.util.Date startDate()

        The cycle's start date.

        Getter method for the COM property "StartDate"

        Returns:
        Returns a value of type java.util.Date
      • startDate

        void startDate​(java.util.Date pVal)

        The cycle's start date.

        Setter method for the COM property "StartDate"

        Parameters:
        pVal - Mandatory java.util.Date parameter.
      • endDate

        java.util.Date endDate()

        The cycle's end date.

        Getter method for the COM property "EndDate"

        Returns:
        Returns a value of type java.util.Date
      • endDate

        void endDate​(java.util.Date pVal)

        The cycle's end date.

        Setter method for the COM property "EndDate"

        Parameters:
        pVal - Mandatory java.util.Date parameter.
      • status

        java.lang.String status()

        The cycle's status.

        Getter method for the COM property "Status"

        Returns:
        Returns a value of type java.lang.String
      • status

        void status​(java.lang.String pVal)

        The cycle's status.

        Setter method for the COM property "Status"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • parent

        com4j.Com4jObject parent()

        The cycle's parent release.

        Getter method for the COM property "Parent"

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

        int daysLeft()

        Returns the number of days until the scheduled end of the cycle.

        Returns:
        Returns a value of type int
      • releaseManagementInfo

        com4j.Com4jObject releaseManagementInfo()

        Returns the cycle information.

        Getter method for the COM property "ReleaseManagementInfo"

        Returns:
        Returns a value of type com4j.Com4jObject