Class AccuRevUpdateScmResult

All Implemented Interfaces:
Serializable

public class AccuRevUpdateScmResult extends UpdateScmResultWithRevision
Carry information about before and after transaction ids so we can run the changelog
See Also:
  • Field Details

  • Constructor Details

    • AccuRevUpdateScmResult

      public AccuRevUpdateScmResult(String commandLine, String providerMessage, String commandOutput, String fromRevision, String toRevision, boolean success)
      Failed constructor
      Parameters:
      commandLine -
      providerMessage -
      commandOutput -
    • AccuRevUpdateScmResult

      public AccuRevUpdateScmResult(String commandLines, List<ScmFile> updatedFiles, String fromRevision, String toRevision)
      Success constructor
      Parameters:
      startVersion -
      endVersion -
      commandLines -
      updatedFiles -
  • Method Details

    • getFromRevision

      public String getFromRevision()
    • getToRevision

      public String getToRevision()