Class LPVSHistory

java.lang.Object
com.lpvs.entity.history.LPVSHistory

public class LPVSHistory extends Object
Represents a historical record in the LPVS system. Each instance of this class encapsulates information about a specific historical event or scan. The information includes details such as the scan date, repository name, pull request ID, URL, status, sender, pull request number, and whether the scan has detected any issues.

Instances of this class are used to store and retrieve historical data related to scans of pull requests in the LPVS system.

  • Constructor Details

    • LPVSHistory

      public LPVSHistory()