UpdatePlan

data class UpdatePlan(val projectType: ProjectType, val buildFile: File, val suggestions: List<UpdateSuggestion>, val inputFingerprint: String = "", val generatedAt: String = Instant.now().toString())

Constructors

Link copied to clipboard
constructor(projectType: ProjectType, buildFile: File, suggestions: List<UpdateSuggestion>, inputFingerprint: String = "", generatedAt: String = Instant.now().toString())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard