Class BitbucketQueryProvider.Descriptor
- java.lang.Object
-
- org.vx68k.netbeans.module.bitbucket.BitbucketQueryProvider.Descriptor
-
- Enclosing class:
- BitbucketQueryProvider
public static final class BitbucketQueryProvider.Descriptor extends Object
Query descriptor.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTooltip()
Returns the tooltip text for the query.void
refresh(BitbucketQuery query)
Refreshes the query.void
setIssueContainer(QueryProvider.IssueContainer<BitbucketIssue> newValue)
Sets the issue container for the query.void
setTooltip(String newValue)
Sets the tooltip text for the query.
-
-
-
Method Detail
-
getTooltip
public String getTooltip()
Returns the tooltip text for the query.- Returns:
- the tooltip text for the query
-
setTooltip
public void setTooltip(String newValue)
Sets the tooltip text for the query.- Parameters:
newValue
- a new value of the tooltip text
-
setIssueContainer
public void setIssueContainer(QueryProvider.IssueContainer<BitbucketIssue> newValue)
Sets the issue container for the query.- Parameters:
newValue
- a new value of the issue container
-
refresh
public void refresh(BitbucketQuery query)
Refreshes the query.- Parameters:
query
- the query
-
-