Skip to content

API for mutes, compatible configurations, investigations, user roles and agent pools assignment#68

Open
DmPanov wants to merge 2 commits intoJetBrains:masterfrom
DmPanov:mutes-compatible_configurations-investigations-user_roles-agent_pools_assignements
Open

API for mutes, compatible configurations, investigations, user roles and agent pools assignment#68
DmPanov wants to merge 2 commits intoJetBrains:masterfrom
DmPanov:mutes-compatible_configurations-investigations-user_roles-agent_pools_assignements

Conversation

@DmPanov
Copy link
Member

@DmPanov DmPanov commented Nov 28, 2019

No description provided.

@DmPanov DmPanov requested a review from shalupov December 10, 2019 05:38
interface Issue {
val comment: String
val resolveMethod: InvestigationResolveMethod
val time: String
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

String?


abstract fun builds(): BuildLocator
abstract fun investigations(): InvestigationLocator
abstract fun createInvestigations(investigations: Collection<Investigation>)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Who is creating Investigation instances?

*/
fun createBuildConfiguration(buildConfigurationDescriptionXml: String): BuildConfiguration

fun createMutes(mutes: List<Mute>)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Who is creating Mute instances?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants