Interface Dependencies.ProjectIdentifier

Enclosing interface:
Dependencies

public static interface Dependencies.ProjectIdentifier
' A Unique identifier for a project.
  • Method Details

    • getBuildId

      @NonNull String getBuildId()
      The build id. This is typically the root dir of the build
    • getProjectPath

      @NonNull String getProjectPath()
      The project path. This is unique for a given build, but not across builds.