data class IMSConfig(val botUser: String, val readUser: String?, val rootUrl: URI, val imsTemplate: IMSTemplate, val defaultType: String?, val defaultTemplate: String?, val isCloud: Boolean)
Config read out from a single IMS node
Parameters
botUser
the bot user string extracted from the template
readUser
the read user string extracted from the template
rootUrl
the read url extracted from the template
imsTemplate
the template of the current IMS
defaultType
the type of newly created issues
defaultTemplate
the template of newly created issues
isCloud
true if cloud, false if data center