data class IMSProjectConfig(val botUser: String?, val repo: RepoDescription, val enableOutgoing: Boolean, val enableOutgoingLabels: Boolean, val enableOutgoingComments: Boolean, val enableOutgoingAssignments: Boolean, val enableOutgoingTitleChanges: Boolean, val enableOutgoingState: Boolean, val defaultType: String?, val defaultTemplate: String?, val labelStateMapper: Map<String, 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: RepoDescription, enableOutgoing: Boolean, enableOutgoingLabels: Boolean, enableOutgoingComments: Boolean, enableOutgoingAssignments: Boolean, enableOutgoingTitleChanges: Boolean, enableOutgoingState: Boolean, defaultType: String?, defaultTemplate: String?, labelStateMapper: Map<String, String>)