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

Constructors

Link copied to clipboard
constructor(botUser: String, readUser: String, graphQLUrl: URI, imsTemplate: IMSTemplate, defaultType: String?, defaultTemplate: String?)
constructor(helper: JsonHelper, ims: IMS, imsTemplate: IMSTemplate)

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