public class Maven2ProjectProperties extends Object
Constructor and Description |
---|
Maven2ProjectProperties() |
Modifier and Type | Method and 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
|
public void addArtifact(@Nullable @Nullable Maven2ArtifactProperties artifact)
public void addDependencyArtifact(@Nullable @Nullable Maven2ArtifactProperties artifact)
@NotNull public @NotNull Set<Maven2ArtifactProperties> getArtifacts()
@NotNull public @NotNull Set<Maven2ArtifactProperties> getDependencyArtifacts()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.