Searched refs:BurstArtifact (Results 1 – 3 of 3) sorted by relevance
36 public List<BurstArtifact> getArtifacts(); in getArtifacts()49 public List<BurstArtifact> getArtifactsByType(String type); in getArtifactsByType()
131 List<BurstArtifact> artifactList = burstResult.getArtifactsByType(artifactType); in saveArtifacts()166 List<BurstArtifact> artifacts = in logProgressUpdate()
27 public interface BurstArtifact { interface