Class InfoScmResult

java.lang.Object
org.apache.maven.scm.ScmResult
org.apache.maven.scm.command.info.InfoScmResult
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GitInfoScmResult, SvnInfoScmResult

public class InfoScmResult extends ScmResult
See Also:
  • Field Details

  • Constructor Details

    • InfoScmResult

      public InfoScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
    • InfoScmResult

      public InfoScmResult(String commandLine, List<InfoItem> files)
    • InfoScmResult

      public InfoScmResult(List<InfoItem> infoItems, ScmResult result)
    • InfoScmResult

      public InfoScmResult(ScmResult result)
  • Method Details