data class JiraResourceWalkerConfig(val resourceWalkerConfig: CursorResourceWalkerConfig<JiraGithubResourceWalkerBudgetUsageType, JiraGithubResourceWalkerEstimatedBudgetUsageType>, val remoteOwner: String, val remoteRepo: String, val count: Int)
Condig for Jira Resozrce Walkers
Parameters
resourceWalkerConfig
the config for the resource walker
remoteOwner
the owner of the remote repository
remoteRepo
the name of the remote repository
count
the number of issues to fetch
Constructors
Link copied to clipboard
constructor(resourceWalkerConfig: CursorResourceWalkerConfig<JiraGithubResourceWalkerBudgetUsageType, JiraGithubResourceWalkerEstimatedBudgetUsageType>, remoteOwner: String, remoteRepo: String, count: Int)