Interface IBuildArtifactSelector

All Known Implementing Classes:
BuildArtifactSelector

public interface IBuildArtifactSelector
IBuildArtifact selector.

Every field can end with MATCH_ALL to indicate that given prefix is searched for.

null values of group and artifact ids are treated as MATCH_ALL, null value of repository tag is taken literally.

Version:
$Revision$ $Date$
Author:
Stepan Roh, Polarion Software
See Also:
  • Field Details

  • Method Details

    • getGroupId

      String getGroupId()
      Group id (if any).
      Returns:
      group id or null (acting as MATCH_ALL)
    • getArtifactId

      String getArtifactId()
      Artifact id (if any).
      Returns:
      artifact id or null (acting as MATCH_ALL)
    • getRepositoryTag

      String getRepositoryTag()
      Repository tag (if any).
      Returns:
      repository tag or null (if tag really is null)