Class GetRepositoryTriggersResult

    • Constructor Detail

      • GetRepositoryTriggersResult

        public GetRepositoryTriggersResult()
    • Method Detail

      • setConfigurationId

        public void setConfigurationId​(String configurationId)

        The system-generated unique ID for the trigger.

        Parameters:
        configurationId - The system-generated unique ID for the trigger.
      • getConfigurationId

        public String getConfigurationId()

        The system-generated unique ID for the trigger.

        Returns:
        The system-generated unique ID for the trigger.
      • withConfigurationId

        public GetRepositoryTriggersResult withConfigurationId​(String configurationId)

        The system-generated unique ID for the trigger.

        Parameters:
        configurationId - The system-generated unique ID for the trigger.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTriggers

        public List<RepositoryTrigger> getTriggers()

        The JSON block of configuration information for each trigger.

        Returns:
        The JSON block of configuration information for each trigger.
      • setTriggers

        public void setTriggers​(Collection<RepositoryTrigger> triggers)

        The JSON block of configuration information for each trigger.

        Parameters:
        triggers - The JSON block of configuration information for each trigger.
      • withTriggers

        public GetRepositoryTriggersResult withTriggers​(Collection<RepositoryTrigger> triggers)

        The JSON block of configuration information for each trigger.

        Parameters:
        triggers - The JSON block of configuration information for each trigger.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object