BumpFile

class BumpFile(val bumps: MutableList<Bump>)(source)

Constructors

Link copied to clipboard
constructor(bumps: MutableList<Bump>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun add(bump: Bump): Boolean
fun add(type: BumpType, message: String, vararg paths: String): Boolean
fun add(type: BumpType, message: String, paths: List<String>): Boolean
Link copied to clipboard
fun addBump(bump: Bump): Boolean
fun addBump(type: BumpType, message: String, vararg paths: String): Boolean
fun addBump(type: BumpType, message: String, paths: List<String>): Boolean
Link copied to clipboard
fun calculateNewVersion(path: String, autoGenerated: Boolean = true): Version
fun calculateNewVersion(project: Project, autoGenerated: Boolean = true): Version
Link copied to clipboard