public class RepositoryArtifactRecord extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
List<hudson.maven.reporters.MavenArtifact> |
attachedArtifacts |
Map<hudson.maven.reporters.MavenArtifact,File> |
fileMap |
hudson.maven.reporters.MavenArtifact |
mainArtifact |
hudson.maven.reporters.MavenArtifact |
pomArtifact |
String |
repositoryId |
String |
repositoryUrl |
Modifier and Type | Method and Description |
---|---|
static RepositoryArtifactRecord |
parse(BufferedReader br) |
String |
toString() |
public List<hudson.maven.reporters.MavenArtifact> attachedArtifacts
public hudson.maven.reporters.MavenArtifact mainArtifact
public hudson.maven.reporters.MavenArtifact pomArtifact
public String repositoryUrl
public String repositoryId
public Map<hudson.maven.reporters.MavenArtifact,File> fileMap
public static RepositoryArtifactRecord parse(BufferedReader br) throws IOException
IOException
Copyright © 2016–2022. All rights reserved.