Class PipelineRunsQueryResponse


  • public final class PipelineRunsQueryResponse
    extends Object
    A list pipeline runs.
    • Constructor Detail

      • PipelineRunsQueryResponse

        public PipelineRunsQueryResponse()
    • Method Detail

      • getValue

        public List<PipelineRun> getValue()
        Get the value property: List of pipeline runs.
        Returns:
        the value value.
      • setValue

        public PipelineRunsQueryResponse setValue​(List<PipelineRun> value)
        Set the value property: List of pipeline runs.
        Parameters:
        value - the value value to set.
        Returns:
        the PipelineRunsQueryResponse object itself.
      • getContinuationToken

        public String getContinuationToken()
        Get the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.
        Returns:
        the continuationToken value.
      • setContinuationToken

        public PipelineRunsQueryResponse setContinuationToken​(String continuationToken)
        Set the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.
        Parameters:
        continuationToken - the continuationToken value to set.
        Returns:
        the PipelineRunsQueryResponse object itself.