Esempio n. 1
0
        /// <summary>
        /// Get the scans.
        /// </summary>
        /// <exception cref="CheckmarxErrorException">
        /// The Checkmarx API returned an unexpected error.
        /// </exception>
        /// <exception cref="CheckmarxCommunicationException">
        /// An error occurred communicating with the Checkmarx server.
        /// </exception>

        public ProjectScannedDisplayData[] GetProjectScans()
        {
            return(CallCheckmarxApi(() => SoapClient.GetProjectScannedDisplayData(SessionId)).ProjectScannedList);
        }