data class IMSProjectConfig(val botUser: String?, val repo: String, val enableOutgoing: Boolean, val enableOutgoingLabels: Boolean, val enableOutgoingComments: Boolean, val enableOutgoingAssignments: Boolean, val enableOutgoingTitleChanges: Boolean, val enableOutgoingState: Boolean, val enableOutgoingTemplatedFields: Boolean, val defaultType: String?, val defaultTemplate: String?)

Config read out from a single IMSProject and an IMSConfig node

Parameters

imsProject

the Gropius IMSProject to use as input

imsConfig

the config of the parent IMS

botUser

bot user name

readUser

read user name

repo

repository url

Constructors

Link copied to clipboard
constructor(botUser: String?, repo: String, enableOutgoing: Boolean, enableOutgoingLabels: Boolean, enableOutgoingComments: Boolean, enableOutgoingAssignments: Boolean, enableOutgoingTitleChanges: Boolean, enableOutgoingState: Boolean, enableOutgoingTemplatedFields: Boolean, defaultType: String?, defaultTemplate: String?)
constructor(helper: JsonHelper, imsProject: IMSProject)

Types

Link copied to clipboard
object Companion

Properties

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