data class IMSConfig(val botUser: String, val readUser: String, val graphQLUrl: URI, val imsTemplate: IMSTemplate, val defaultType: String?, val defaultTemplate: String?)
Config read out from a single IMS node
Parameters
ims
the Gropius ims to use as input
botUser
the bot user string extracted from the template
readUser
the read user string extracted from the template
graphQLUrl
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