mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Renaming.
This commit is contained in:
parent
551c2a87e5
commit
f594d654b0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ interface ITaskContributor : IContributor {
|
|||
fun tasksFor(context: KobaltContext) : List<DynamicTask>
|
||||
}
|
||||
|
||||
class DynamicTask(val taskName: String, val taskDescription: String = "",
|
||||
class DynamicTask(val name: String, val description: String = "",
|
||||
val runBefore: List<String> = listOf<String>(),
|
||||
val runAfter: List<String> = listOf<String>(),
|
||||
val alwaysRunAfter: List<String> = listOf<String>(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue