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 Details

    • Maven2ProjectProperties

      public Maven2ProjectProperties()
  • Method Details

    • 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