Class BuildArtifactsImpl

  • All Implemented Interfaces:
    BuildArtifacts

    public class BuildArtifactsImpl
    extends BuildArtifactsBase
    Author:
    Eugene Petrenko (eugene.petrenko@gmail.com) Date: 14.04.11 18:08
    • Method Detail

      • getRootArtifact

        @NotNull
        public BuildArtifact getRootArtifact()
        Returns:
        root artifact directory item
      • findArtifact

        @NotNull
        public BuildArtifactHolder findArtifact​(@NotNull
                                                String relativePath)
        Description copied from interface: BuildArtifacts
        Returns artifact holder for requested artifact path. Use this method if you need detailed information on why you cannot see an artifact by given relative path
        Specified by:
        findArtifact in interface BuildArtifacts
        Overrides:
        findArtifact in class BuildArtifactsBase
        Parameters:
        relativePath - relative path to find artifact
        Returns:
        artifact holder object representing an artifact, even if build have no such artifact or you do not have rights to see it