Class Maven2ProjectProperties
- java.lang.Object
-
- com.atlassian.bamboo.plugins.maven2.Maven2ProjectProperties
-
public class Maven2ProjectProperties extends Object
This class is XStreamed be extremely careful when making changes to this. Especially with renaming etc.
-
-
Constructor Summary
Constructors Constructor Description Maven2ProjectProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addArtifact(@Nullable Maven2ArtifactProperties artifact)
void
addDependencyArtifact(@Nullable Maven2ArtifactProperties artifact)
@NotNull Set<Maven2ArtifactProperties>
getArtifacts()
Additional lazy initialization added for the rare case of incomplete deserialization from xstream@NotNull Set<Maven2ArtifactProperties>
getDependencyArtifacts()
Additional lazy initialization added for the rare case of incomplete deserialization from xstream
-
-
-
Method Detail
-
addArtifact
public void addArtifact(@Nullable @Nullable Maven2ArtifactProperties artifact)
-
addDependencyArtifact
public void addDependencyArtifact(@Nullable @Nullable Maven2ArtifactProperties artifact)
-
getArtifacts
@NotNull public @NotNull Set<Maven2ArtifactProperties> getArtifacts()
Additional lazy initialization added for the rare case of incomplete deserialization from xstream- Returns:
- Set of artifacts
-
getDependencyArtifacts
@NotNull public @NotNull Set<Maven2ArtifactProperties> getDependencyArtifacts()
Additional lazy initialization added for the rare case of incomplete deserialization from xstream- Returns:
- Set of artifacts
-
-