public interface MylynBuildsTask extends SetupTask
The following features are supported:
MylynPackage.getMylynBuildsTask()
PRIORITY_CONFIGURATION, PRIORITY_DEFAULT, PRIORITY_EARLY, PRIORITY_INSTALLATION, PRIORITY_LATE, PRIORITY_REDIRECTION
Modifier and Type | Method and Description |
---|---|
EList<BuildPlan> |
getBuildPlans()
Returns the value of the 'Build Plans' containment reference list.
|
String |
getConnectorKind()
Returns the value of the 'Connector Kind' attribute.
|
String |
getPassword()
Returns the value of the 'Password' attribute.
|
String |
getServerURL()
Returns the value of the 'Server 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 |
setServerURL(String value)
Sets the value of the '
Server 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()
"org.eclipse.mylyn.hudson"
.
If the meaning of the 'Connector Kind' attribute isn't clear, there really should be more of a description here...
setConnectorKind(String)
,
MylynPackage.getMylynBuildsTask_ConnectorKind()
void setConnectorKind(String value)
Connector Kind
' attribute.
value
- the new value of the 'Connector Kind' attribute.getConnectorKind()
String getServerURL()
If the meaning of the 'Server URL' attribute isn't clear, there really should be more of a description here...
setServerURL(String)
,
MylynPackage.getMylynBuildsTask_ServerURL()
void setServerURL(String value)
Server URL
' attribute.
value
- the new value of the 'Server URL' attribute.getServerURL()
EList<BuildPlan> getBuildPlans()
BuildPlan
.
If the meaning of the 'Build Plans' containment reference list isn't clear, there really should be more of a description here...
MylynPackage.getMylynBuildsTask_BuildPlans()
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.getMylynBuildsTask_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.getMylynBuildsTask_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