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

Constructors

Link copied to clipboard
constructor(botUser: String, readUser: String?, rootUrl: URI, imsTemplate: IMSTemplate, defaultType: String?, defaultTemplate: String?, isCloud: Boolean)
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
Link copied to clipboard