Class Issue
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.organization.Issue
-
public class Issue extends Object
Represents an issue which needs to reported, typically from the controller, to a responsible party, the identity of which is determined by the propertyId and, possibly, assignee fields.- Author:
- jonmv
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIssue.Type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Issueappend(String appendage)Optional<User>assignee()Optional<String>component()Stringdescription()Issuein(String queue)List<String>labels()Stringqueue()Stringsummary()Issue.Typetype()Issuewith(Issue.Type type)Issuewith(User assignee)Issuewith(String label)Issuewith(List<String> labels)IssuewithoutComponent()
-
-
-
Method Detail
-
with
public Issue with(Issue.Type type)
-
withoutComponent
public Issue withoutComponent()
-
summary
public String summary()
-
description
public String description()
-
type
public Issue.Type type()
-
queue
public String queue()
-
-