public interface MylynQueriesTask extends SetupTask
The following features are supported:
MylynPackage.getMylynQueriesTask()
PRIORITY_CONFIGURATION, PRIORITY_DEFAULT, PRIORITY_EARLY, PRIORITY_INSTALLATION, PRIORITY_LATE, PRIORITY_REDIRECTION
Modifier and Type | Method and Description |
---|---|
String |
getConnectorKind()
Returns the value of the 'Connector Kind' attribute.
|
String |
getPassword()
Returns the value of the 'Password' attribute.
|
EList<Query> |
getQueries()
Returns the value of the 'Queries' containment reference list.
|
String |
getRepositoryURL()
Returns the value of the 'Repository URL' attribute.
|
String |
getUserID()
Returns the value of the 'User ID' attribute.
|
void |
setConnectorKind(String value)
Sets the value of the '
Connector Kind ' attribute. |
void |
setPassword(String value)
Sets the value of the '
Password ' attribute. |
void |
setRepositoryURL(String value)
Sets the value of the '
Repository URL ' attribute. |
void |
setUserID(String value)
Sets the value of the '
User ID ' attribute. |
consolidate, dispose, getDescription, getExcludedTriggers, getID, getOverrideToken, getPredecessors, getPriority, getRestrictions, getScope, getScopeType, getSuccessors, getTriggers, getValidTriggers, isDisabled, isNeeded, overrideFor, perform, requires, setDescription, setDisabled, setExcludedTriggers, setID
getAnnotation, getAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
String getConnectorKind()
"bugzilla"
.
If the meaning of the 'Connector Kind' attribute isn't clear, there really should be more of a description here...
setConnectorKind(String)
,
MylynPackage.getMylynQueriesTask_ConnectorKind()
void setConnectorKind(String value)
Connector Kind
' attribute.
value
- the new value of the 'Connector Kind' attribute.getConnectorKind()
String getRepositoryURL()
If the meaning of the 'Repository URL' attribute isn't clear, there really should be more of a description here...
setRepositoryURL(String)
,
MylynPackage.getMylynQueriesTask_RepositoryURL()
void setRepositoryURL(String value)
Repository URL
' attribute.
value
- the new value of the 'Repository URL' attribute.getRepositoryURL()
EList<Query> getQueries()
Query
.
It is bidirectional and its opposite is 'Task
'.
If the meaning of the 'Queries' containment reference list isn't clear, there really should be more of a description here...
MylynPackage.getMylynQueriesTask_Queries()
,
Query.getTask()
String getUserID()
If the meaning of the 'User ID' attribute isn't clear, there really should be more of a description here...
setUserID(String)
,
MylynPackage.getMylynQueriesTask_UserID()
void setUserID(String value)
User ID
' attribute.
value
- the new value of the 'User ID' attribute.getUserID()
String getPassword()
If the meaning of the 'Password' attribute isn't clear, there really should be more of a description here...
setPassword(String)
,
MylynPackage.getMylynQueriesTask_Password()
void setPassword(String value)
Password
' attribute.
value
- the new value of the 'Password' attribute.getPassword()
Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html