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