mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
Renaming.
This commit is contained in:
parent
324419a49f
commit
27e98ce6ff
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