Class Build

java.lang.Object
org.apache.maven.buildcache.xml.Build

public class Build extends Object
Build
  • Constructor Details

  • Method Details

    • getSource

      public CacheSource getSource()
    • createAttachedArtifacts

      public static List<Artifact> createAttachedArtifacts(List<org.apache.maven.artifact.Artifact> artifacts, HashAlgorithm algorithm) throws IOException
      Throws:
      IOException
    • getMissingExecutions

      public List<org.apache.maven.plugin.MojoExecution> getMissingExecutions(List<org.apache.maven.plugin.MojoExecution> mojos)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • findMojoExecutionInfo

      public CompletedExecution findMojoExecutionInfo(org.apache.maven.plugin.MojoExecution mojoExecution)
    • getCacheImplementationVersion

      public String getCacheImplementationVersion()
    • getArtifact

      public Artifact getArtifact()
    • getAttachedArtifacts

      public List<Artifact> getAttachedArtifacts()
    • getDto

      public Build getDto()
    • getHighestCompletedGoal

      public String getHighestCompletedGoal()
    • findArtifact

      public DigestItem findArtifact(org.apache.maven.model.Dependency dependency)