Class LogChange

All Implemented Interfaces:
Serializable

public class LogChange extends BasePOJO
Object containing the change of a single file for a commit/checkin to source control. A LogPoint, corresponding to a commit, will have multiple LogChange objects.
See Also:
  • Constructor Details

  • Method Details

    • setChangeFile

      public void setChangeFile(String pChangeFile)
    • getChangeFile

      public String getChangeFile()
    • setActionType

      public void setActionType(ChangeActionTypeEnum pActionType)
    • getActionType

      public ChangeActionTypeEnum getActionType()
    • toString

      public String toString()
      Description copied from class: BasePOJO
      Returns custom String representation implemented by walking complete object structure.
      Overrides:
      toString in class BasePOJO
      Returns:
      a String representation of this object