Class AzureDevopsQueryDto


  • public class AzureDevopsQueryDto
    extends Object
    This class provides the query object for the Azure DevOps connector.

    It is used to store the project and query string.

    Since:
    1.0.0
    Author:
    Adobe
    • Constructor Detail

      • AzureDevopsQueryDto

        public AzureDevopsQueryDto()
    • Method Detail

      • getProject

        public String getProject()
        Returns the project name
        Returns:
        a String which is the project name
      • getQuery

        public String getQuery()
        Returns the query string
        Returns:
        a String which is the query string