AffectedProjectsResult

data class AffectedProjectsResult(    val affectedProjects: SortedSet<String>,     val focusProjects: SortedSet<String>,     val affectedAndroidTestProjects: SortedSet<String>)(source)

Constructors

Link copied to clipboard
constructor(affectedProjects: SortedSet<String>, focusProjects: SortedSet<String>, affectedAndroidTestProjects: SortedSet<String>)

Properties

Link copied to clipboard
Link copied to clipboard