diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/core/IBuildElement.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/core/IBuildElement.java index 510d1be..43b40a0 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/core/IBuildElement.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/core/IBuildElement.java @@ -112,8 +112,8 @@ public interface IBuildElement { IStatus getElementStatus(); /** - * Sets the value of the '{@link org.eclipse.mylyn.builds.core.IBuildElement#getElementStatus - * Element Status}' attribute. + * Sets the value of the '{@link org.eclipse.mylyn.builds.core.IBuildElement#getElementStatus Element + * Status}' attribute. * * @param value * the new value of the 'Element Status' attribute. diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/core/IBuildParameterDefinition.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/core/IBuildParameterDefinition.java index 4eb948c..939e135 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/core/IBuildParameterDefinition.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/core/IBuildParameterDefinition.java @@ -40,8 +40,8 @@ public interface IBuildParameterDefinition extends IParameterDefinition { String getBuildPlanId(); /** - * Sets the value of the '{@link org.eclipse.mylyn.builds.core.IBuildParameterDefinition#getBuildPlanId - * Build Plan Id}' attribute. + * Sets the value of the '{@link org.eclipse.mylyn.builds.core.IBuildParameterDefinition#getBuildPlanId Build + * Plan Id}' attribute. * * @param value * the new value of the 'Build Plan Id' attribute. diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/core/IBuildServer.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/core/IBuildServer.java index d22a3d3..fd228e6 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/core/IBuildServer.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/core/IBuildServer.java @@ -68,8 +68,8 @@ public interface IBuildServer extends IBuildElement { String getConnectorKind(); /** - * Sets the value of the '{@link org.eclipse.mylyn.builds.core.IBuildServer#getConnectorKind - * Connector Kind}' attribute. + * Sets the value of the '{@link org.eclipse.mylyn.builds.core.IBuildServer#getConnectorKind Connector + * Kind}' attribute. * * @param value * the new value of the 'Connector Kind' attribute. @@ -93,8 +93,8 @@ public interface IBuildServer extends IBuildElement { String getRepositoryUrl(); /** - * Sets the value of the '{@link org.eclipse.mylyn.builds.core.IBuildServer#getRepositoryUrl - * Repository Url}' attribute. + * Sets the value of the '{@link org.eclipse.mylyn.builds.core.IBuildServer#getRepositoryUrl Repository + * Url}' attribute. * * @param value * the new value of the 'Repository Url' attribute. diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/core/IChangeArtifact.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/core/IChangeArtifact.java index e746f3e..474af1d 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/core/IChangeArtifact.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/core/IChangeArtifact.java @@ -67,8 +67,8 @@ public interface IChangeArtifact { String getRelativePath(); /** - * Sets the value of the '{@link org.eclipse.mylyn.builds.core.IChangeArtifact#getRelativePath - * Relative Path}' attribute. + * Sets the value of the '{@link org.eclipse.mylyn.builds.core.IChangeArtifact#getRelativePath Relative + * Path}' attribute. * * @param value * the new value of the 'Relative Path' attribute. @@ -92,8 +92,8 @@ public interface IChangeArtifact { String getPrevRevision(); /** - * Sets the value of the '{@link org.eclipse.mylyn.builds.core.IChangeArtifact#getPrevRevision - * Prev Revision}' attribute. + * Sets the value of the '{@link org.eclipse.mylyn.builds.core.IChangeArtifact#getPrevRevision Prev + * Revision}' attribute. * * @param value * the new value of the 'Prev Revision' attribute. diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/core/IParameterDefinition.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/core/IParameterDefinition.java index 48ff008..adc9a01 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/core/IParameterDefinition.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/core/IParameterDefinition.java @@ -19,7 +19,8 @@ * *

* @@ -77,8 +78,8 @@ public interface IParameterDefinition { /** * Returns the value of the 'Containing Build Plan' container reference. It is bidirectional and its - * opposite is '{@link org.eclipse.mylyn.builds.core.IBuildPlan#getParameterDefinitions - * Parameter Definitions}'. + * opposite is '{@link org.eclipse.mylyn.builds.core.IBuildPlan#getParameterDefinitions Parameter + * Definitions}'. *

* If the meaning of the 'Containing Build Plan' container reference isn't clear, there really should be * more of a description here... diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/Artifact.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/Artifact.java index 7683665..d88cf29 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/Artifact.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/Artifact.java @@ -91,8 +91,8 @@ public void setRelativePath(String newRelativePath) { String oldRelativePath = relativePath; relativePath = newRelativePath; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, BuildPackage.ARTIFACT__RELATIVE_PATH, - oldRelativePath, relativePath)); + eNotify(new ENotificationImpl(this, Notification.SET, BuildPackage.ARTIFACT__RELATIVE_PATH, oldRelativePath, + relativePath)); } /** diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BooleanParameterDefinition.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BooleanParameterDefinition.java index 4a636ef..793091b 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BooleanParameterDefinition.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BooleanParameterDefinition.java @@ -22,7 +22,8 @@ *

* The following features are implemented: *

*

* diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/Build.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/Build.java index fba174c..cb7f41b 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/Build.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/Build.java @@ -571,11 +571,11 @@ public void setChangeSet(IChangeSet newChangeSet) { if (newChangeSet != changeSet) { NotificationChain msgs = null; if (changeSet != null) - msgs = ((InternalEObject) changeSet).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - - BuildPackage.BUILD__CHANGE_SET, null, msgs); + msgs = ((InternalEObject) changeSet).eInverseRemove(this, + EOPPOSITE_FEATURE_BASE - BuildPackage.BUILD__CHANGE_SET, null, msgs); if (newChangeSet != null) - msgs = ((InternalEObject) newChangeSet).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - - BuildPackage.BUILD__CHANGE_SET, null, msgs); + msgs = ((InternalEObject) newChangeSet).eInverseAdd(this, + EOPPOSITE_FEATURE_BASE - BuildPackage.BUILD__CHANGE_SET, null, msgs); msgs = basicSetChangeSet(newChangeSet, msgs); if (msgs != null) msgs.dispatch(); @@ -803,8 +803,8 @@ public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, No switch (featureID) { case BuildPackage.BUILD__TEST_RESULT: if (testResult != null) - msgs = ((InternalEObject) testResult).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - - BuildPackage.BUILD__TEST_RESULT, null, msgs); + msgs = ((InternalEObject) testResult).eInverseRemove(this, + EOPPOSITE_FEATURE_BASE - BuildPackage.BUILD__TEST_RESULT, null, msgs); return basicSetTestResult((ITestResult) otherEnd, msgs); } return super.eInverseAdd(otherEnd, featureID, msgs); diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildAdapterFactory.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildAdapterFactory.java index 89c6391..683f561 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildAdapterFactory.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildAdapterFactory.java @@ -283,10 +283,9 @@ public Adapter createBuildPlanAdapter() { } /** - * Creates a new adapter for an object of class '{@link org.eclipse.mylyn.builds.core.IHealthReport - * Health Report}'. This default implementation returns null so that we can easily - * ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway. + * Creates a new adapter for an object of class '{@link org.eclipse.mylyn.builds.core.IHealthReport Health + * Report}'. This default implementation returns null so that we can easily ignore + * cases; it's useful to ignore a case when inheritance will catch all the cases anyway. * * @return the new adapter. * @see org.eclipse.mylyn.builds.core.IHealthReport @@ -363,10 +362,9 @@ public Adapter createBuildReferenceAdapter() { } /** - * Creates a new adapter for an object of class '{@link org.eclipse.mylyn.builds.core.IChangeSet - * Change Set}'. This default implementation returns null so that we can easily - * ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway. + * Creates a new adapter for an object of class '{@link org.eclipse.mylyn.builds.core.IChangeSet Change + * Set}'. This default implementation returns null so that we can easily ignore cases; + * it's useful to ignore a case when inheritance will catch all the cases anyway. * * @return the new adapter. * @see org.eclipse.mylyn.builds.core.IChangeSet @@ -377,10 +375,9 @@ public Adapter createChangeSetAdapter() { } /** - * Creates a new adapter for an object of class '{@link org.eclipse.mylyn.builds.core.IChangeArtifact - * Change Artifact}'. This default implementation returns null so that we can - * easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway. + * Creates a new adapter for an object of class '{@link org.eclipse.mylyn.builds.core.IChangeArtifact Change + * Artifact}'. This default implementation returns null so that we can easily ignore + * cases; it's useful to ignore a case when inheritance will catch all the cases anyway. * * @return the new adapter. * @see org.eclipse.mylyn.builds.core.IChangeArtifact @@ -529,10 +526,9 @@ public Adapter createStringParameterDefinitionAdapter() { } /** - * Creates a new adapter for an object of class '{@link org.eclipse.mylyn.builds.core.ITestResult - * Test Result}'. This default implementation returns null so that we can easily - * ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway. + * Creates a new adapter for an object of class '{@link org.eclipse.mylyn.builds.core.ITestResult Test + * Result}'. This default implementation returns null so that we can easily ignore + * cases; it's useful to ignore a case when inheritance will catch all the cases anyway. * * @return the new adapter. * @see org.eclipse.mylyn.builds.core.ITestResult @@ -543,10 +539,9 @@ public Adapter createTestResultAdapter() { } /** - * Creates a new adapter for an object of class '{@link org.eclipse.mylyn.builds.core.ITestElement - * Test Element}'. This default implementation returns null so that we can easily - * ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway. + * Creates a new adapter for an object of class '{@link org.eclipse.mylyn.builds.core.ITestElement Test + * Element}'. This default implementation returns null so that we can easily ignore + * cases; it's useful to ignore a case when inheritance will catch all the cases anyway. * * @return the new adapter. * @see org.eclipse.mylyn.builds.core.ITestElement @@ -557,10 +552,9 @@ public Adapter createTestElementAdapter() { } /** - * Creates a new adapter for an object of class '{@link org.eclipse.mylyn.builds.core.ITestSuite - * Test Suite}'. This default implementation returns null so that we can easily - * ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway. + * Creates a new adapter for an object of class '{@link org.eclipse.mylyn.builds.core.ITestSuite Test + * Suite}'. This default implementation returns null so that we can easily ignore + * cases; it's useful to ignore a case when inheritance will catch all the cases anyway. * * @return the new adapter. * @see org.eclipse.mylyn.builds.core.ITestSuite diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildCause.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildCause.java index 408a28d..23a1c53 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildCause.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildCause.java @@ -112,8 +112,8 @@ public void setDescription(String newDescription) { String oldDescription = description; description = newDescription; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, BuildPackage.BUILD_CAUSE__DESCRIPTION, - oldDescription, description)); + eNotify(new ENotificationImpl(this, Notification.SET, BuildPackage.BUILD_CAUSE__DESCRIPTION, oldDescription, + description)); } /** @@ -153,11 +153,11 @@ public void setBuild(IBuildReference newBuild) { if (newBuild != build) { NotificationChain msgs = null; if (build != null) - msgs = ((InternalEObject) build).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - - BuildPackage.BUILD_CAUSE__BUILD, null, msgs); + msgs = ((InternalEObject) build).eInverseRemove(this, + EOPPOSITE_FEATURE_BASE - BuildPackage.BUILD_CAUSE__BUILD, null, msgs); if (newBuild != null) - msgs = ((InternalEObject) newBuild).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - - BuildPackage.BUILD_CAUSE__BUILD, null, msgs); + msgs = ((InternalEObject) newBuild).eInverseAdd(this, + EOPPOSITE_FEATURE_BASE - BuildPackage.BUILD_CAUSE__BUILD, null, msgs); msgs = basicSetBuild(newBuild, msgs); if (msgs != null) msgs.dispatch(); @@ -202,11 +202,11 @@ public void setUser(IUser newUser) { if (newUser != user) { NotificationChain msgs = null; if (user != null) - msgs = ((InternalEObject) user).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - - BuildPackage.BUILD_CAUSE__USER, null, msgs); + msgs = ((InternalEObject) user).eInverseRemove(this, + EOPPOSITE_FEATURE_BASE - BuildPackage.BUILD_CAUSE__USER, null, msgs); if (newUser != null) - msgs = ((InternalEObject) newUser).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - - BuildPackage.BUILD_CAUSE__USER, null, msgs); + msgs = ((InternalEObject) newUser).eInverseAdd(this, + EOPPOSITE_FEATURE_BASE - BuildPackage.BUILD_CAUSE__USER, null, msgs); msgs = basicSetUser(newUser, msgs); if (msgs != null) msgs.dispatch(); diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildElement.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildElement.java index 2319069..5385d18 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildElement.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildElement.java @@ -294,8 +294,8 @@ public Map getAttributes() { public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) { switch (featureID) { case BuildPackage.BUILD_ELEMENT__ATTRIBUTES: - return ((InternalEList) ((EMap.InternalMapView) getAttributes()).eMap()).basicRemove( - otherEnd, msgs); + return ((InternalEList) ((EMap.InternalMapView) getAttributes()).eMap()) + .basicRemove(otherEnd, msgs); } return super.eInverseRemove(otherEnd, featureID, msgs); } @@ -353,7 +353,8 @@ public void eSet(int featureID, Object newValue) { setRefreshDate((Date) newValue); return; case BuildPackage.BUILD_ELEMENT__ATTRIBUTES: - ((EStructuralFeature.Setting) ((EMap.InternalMapView) getAttributes()).eMap()).set(newValue); + ((EStructuralFeature.Setting) ((EMap.InternalMapView) getAttributes()).eMap()) + .set(newValue); return; } super.eSet(featureID, newValue); diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildFactory.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildFactory.java index 91d8fae..a72be91 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildFactory.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildFactory.java @@ -66,7 +66,8 @@ public class BuildFactory extends EFactoryImpl implements IBuildFactory { */ public static BuildFactory init() { try { - BuildFactory theBuildFactory = (BuildFactory) EPackage.Registry.INSTANCE.getEFactory("http://eclipse.org/mylyn/models/build"); //$NON-NLS-1$ + BuildFactory theBuildFactory = (BuildFactory) EPackage.Registry.INSTANCE + .getEFactory("http://eclipse.org/mylyn/models/build"); //$NON-NLS-1$ if (theBuildFactory != null) { return theBuildFactory; } diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildPackage.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildPackage.java index 5f44729..fd04531 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildPackage.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildPackage.java @@ -173,8 +173,8 @@ public class BuildPackage extends EPackageImpl { public static final int CHANGE_SET = 11; /** - * The meta object id for the '{@link org.eclipse.mylyn.builds.internal.core.ChangeArtifact - * Change Artifact}' class. + * The meta object id for the '{@link org.eclipse.mylyn.builds.internal.core.ChangeArtifact Change + * Artifact}' class. * * @see org.eclipse.mylyn.builds.internal.core.ChangeArtifact * @see org.eclipse.mylyn.builds.internal.core.BuildPackage#getChangeArtifact() @@ -183,8 +183,8 @@ public class BuildPackage extends EPackageImpl { public static final int CHANGE_ARTIFACT = 12; /** - * The meta object id for the '{@link org.eclipse.mylyn.builds.internal.core.StringToStringMap - * String To String Map}' class. + * The meta object id for the '{@link org.eclipse.mylyn.builds.internal.core.StringToStringMap String To String + * Map}' class. * * @see org.eclipse.mylyn.builds.internal.core.StringToStringMap * @see org.eclipse.mylyn.builds.internal.core.BuildPackage#getStringToStringMap() @@ -1167,8 +1167,8 @@ public class BuildPackage extends EPackageImpl { public static final int USER_FEATURE_COUNT = BUILD_ELEMENT_FEATURE_COUNT + 2; /** - * The meta object id for the '{@link org.eclipse.mylyn.builds.internal.core.ParameterDefinition - * Parameter Definition}' class. + * The meta object id for the '{@link org.eclipse.mylyn.builds.internal.core.ParameterDefinition Parameter + * Definition}' class. * * @see org.eclipse.mylyn.builds.internal.core.ParameterDefinition * @see org.eclipse.mylyn.builds.internal.core.BuildPackage#getParameterDefinition() @@ -1211,8 +1211,8 @@ public class BuildPackage extends EPackageImpl { public static final int PARAMETER_DEFINITION_FEATURE_COUNT = 3; /** - * The meta object id for the '{@link org.eclipse.mylyn.builds.internal.core.ChoiceParameterDefinition - * Choice Parameter Definition}' class. + * The meta object id for the '{@link org.eclipse.mylyn.builds.internal.core.ChoiceParameterDefinition Choice + * Parameter Definition}' class. * * @see org.eclipse.mylyn.builds.internal.core.ChoiceParameterDefinition * @see org.eclipse.mylyn.builds.internal.core.BuildPackage#getChoiceParameterDefinition() @@ -1271,8 +1271,8 @@ public class BuildPackage extends EPackageImpl { public static final int CHOICE_PARAMETER_DEFINITION_FEATURE_COUNT = PARAMETER_DEFINITION_FEATURE_COUNT + 2; /** - * The meta object id for the '{@link org.eclipse.mylyn.builds.internal.core.BooleanParameterDefinition - * Boolean Parameter Definition}' class. + * The meta object id for the '{@link org.eclipse.mylyn.builds.internal.core.BooleanParameterDefinition Boolean + * Parameter Definition}' class. * * @see org.eclipse.mylyn.builds.internal.core.BooleanParameterDefinition * @see org.eclipse.mylyn.builds.internal.core.BuildPackage#getBooleanParameterDefinition() @@ -1323,8 +1323,8 @@ public class BuildPackage extends EPackageImpl { public static final int BOOLEAN_PARAMETER_DEFINITION_FEATURE_COUNT = PARAMETER_DEFINITION_FEATURE_COUNT + 1; /** - * The meta object id for the '{@link org.eclipse.mylyn.builds.internal.core.FileParameterDefinition - * File Parameter Definition}' class. + * The meta object id for the '{@link org.eclipse.mylyn.builds.internal.core.FileParameterDefinition File + * Parameter Definition}' class. * * @see org.eclipse.mylyn.builds.internal.core.FileParameterDefinition * @see org.eclipse.mylyn.builds.internal.core.BuildPackage#getFileParameterDefinition() @@ -1367,8 +1367,8 @@ public class BuildPackage extends EPackageImpl { public static final int FILE_PARAMETER_DEFINITION_FEATURE_COUNT = PARAMETER_DEFINITION_FEATURE_COUNT + 0; /** - * The meta object id for the '{@link org.eclipse.mylyn.builds.internal.core.PlanParameterDefinition - * Plan Parameter Definition}' class. + * The meta object id for the '{@link org.eclipse.mylyn.builds.internal.core.PlanParameterDefinition Plan + * Parameter Definition}' class. * * @see org.eclipse.mylyn.builds.internal.core.PlanParameterDefinition * @see org.eclipse.mylyn.builds.internal.core.BuildPackage#getPlanParameterDefinition() @@ -1463,8 +1463,8 @@ public class BuildPackage extends EPackageImpl { public static final int PASSWORD_PARAMETER_DEFINITION_FEATURE_COUNT = PARAMETER_DEFINITION_FEATURE_COUNT + 1; /** - * The meta object id for the '{@link org.eclipse.mylyn.builds.internal.core.BuildParameterDefinition - * Parameter Definition}' class. + * The meta object id for the '{@link org.eclipse.mylyn.builds.internal.core.BuildParameterDefinition Parameter + * Definition}' class. * * @see org.eclipse.mylyn.builds.internal.core.BuildParameterDefinition * @see org.eclipse.mylyn.builds.internal.core.BuildPackage#getBuildParameterDefinition() @@ -1523,8 +1523,8 @@ public class BuildPackage extends EPackageImpl { public static final int BUILD_PARAMETER_DEFINITION_FEATURE_COUNT = PARAMETER_DEFINITION_FEATURE_COUNT + 2; /** - * The meta object id for the '{@link org.eclipse.mylyn.builds.internal.core.StringParameterDefinition - * String Parameter Definition}' class. + * The meta object id for the '{@link org.eclipse.mylyn.builds.internal.core.StringParameterDefinition String + * Parameter Definition}' class. * * @see org.eclipse.mylyn.builds.internal.core.StringParameterDefinition * @see org.eclipse.mylyn.builds.internal.core.BuildPackage#getStringParameterDefinition() @@ -2509,8 +2509,8 @@ public EAttribute getBuildPlan_Description() { } /** - * Returns the meta object for the reference '{@link org.eclipse.mylyn.builds.core.IBuildPlan#getLastBuild - * Last Build}'. + * Returns the meta object for the reference '{@link org.eclipse.mylyn.builds.core.IBuildPlan#getLastBuild Last + * Build}'. * * @return the meta object for the reference 'Last Build'. * @see org.eclipse.mylyn.builds.core.IBuildPlan#getLastBuild() @@ -2702,8 +2702,8 @@ public EAttribute getBuild_Id() { } /** - * Returns the meta object for the attribute '{@link org.eclipse.mylyn.builds.core.IBuild#getBuildNumber - * Build Number}'. + * Returns the meta object for the attribute '{@link org.eclipse.mylyn.builds.core.IBuild#getBuildNumber Build + * Number}'. * * @return the meta object for the attribute 'Build Number'. * @see org.eclipse.mylyn.builds.core.IBuild#getBuildNumber() @@ -2741,8 +2741,8 @@ public EAttribute getBuild_Duration() { } /** - * Returns the meta object for the attribute '{@link org.eclipse.mylyn.builds.core.IBuild#getDisplayName - * Display Name}'. + * Returns the meta object for the attribute '{@link org.eclipse.mylyn.builds.core.IBuild#getDisplayName Display + * Name}'. * * @return the meta object for the attribute 'Display Name'. * @see org.eclipse.mylyn.builds.core.IBuild#getDisplayName() @@ -3233,8 +3233,8 @@ public EAttribute getUser_Email() { } /** - * Returns the meta object for class '{@link org.eclipse.mylyn.builds.core.IParameterDefinition - * Parameter Definition}'. + * Returns the meta object for class '{@link org.eclipse.mylyn.builds.core.IParameterDefinition Parameter + * Definition}'. * * @return the meta object for class 'Parameter Definition'. * @see org.eclipse.mylyn.builds.core.IParameterDefinition @@ -3286,8 +3286,8 @@ public EReference getParameterDefinition_ContainingBuildPlan() { } /** - * Returns the meta object for class '{@link org.eclipse.mylyn.builds.core.IChoiceParameterDefinition - * Choice Parameter Definition}'. + * Returns the meta object for class '{@link org.eclipse.mylyn.builds.core.IChoiceParameterDefinition Choice + * Parameter Definition}'. * * @return the meta object for class 'Choice Parameter Definition'. * @see org.eclipse.mylyn.builds.core.IChoiceParameterDefinition @@ -3326,8 +3326,8 @@ public EAttribute getChoiceParameterDefinition_DefaultValue() { } /** - * Returns the meta object for class '{@link org.eclipse.mylyn.builds.core.IBooleanParameterDefinition - * Boolean Parameter Definition}'. + * Returns the meta object for class '{@link org.eclipse.mylyn.builds.core.IBooleanParameterDefinition Boolean + * Parameter Definition}'. * * @return the meta object for class 'Boolean Parameter Definition'. * @see org.eclipse.mylyn.builds.core.IBooleanParameterDefinition @@ -3352,8 +3352,8 @@ public EAttribute getBooleanParameterDefinition_DefaultValue() { } /** - * Returns the meta object for class '{@link org.eclipse.mylyn.builds.core.IFileParameterDefinition - * File Parameter Definition}'. + * Returns the meta object for class '{@link org.eclipse.mylyn.builds.core.IFileParameterDefinition File + * Parameter Definition}'. * * @return the meta object for class 'File Parameter Definition'. * @see org.eclipse.mylyn.builds.core.IFileParameterDefinition @@ -3364,8 +3364,8 @@ public EClass getFileParameterDefinition() { } /** - * Returns the meta object for class '{@link org.eclipse.mylyn.builds.core.IPlanParameterDefinition - * Plan Parameter Definition}'. + * Returns the meta object for class '{@link org.eclipse.mylyn.builds.core.IPlanParameterDefinition Plan + * Parameter Definition}'. * * @return the meta object for class 'Plan Parameter Definition'. * @see org.eclipse.mylyn.builds.core.IPlanParameterDefinition @@ -3376,8 +3376,8 @@ public EClass getPlanParameterDefinition() { } /** - * Returns the meta object for class '{@link org.eclipse.mylyn.builds.core.IPasswordParameterDefinition - * Password Parameter Definition}'. + * Returns the meta object for class '{@link org.eclipse.mylyn.builds.core.IPasswordParameterDefinition Password + * Parameter Definition}'. * * @return the meta object for class 'Password Parameter Definition'. * @see org.eclipse.mylyn.builds.core.IPasswordParameterDefinition @@ -3402,8 +3402,8 @@ public EAttribute getPasswordParameterDefinition_DefaultValue() { } /** - * Returns the meta object for class '{@link org.eclipse.mylyn.builds.core.IBuildParameterDefinition - * Parameter Definition}'. + * Returns the meta object for class '{@link org.eclipse.mylyn.builds.core.IBuildParameterDefinition Parameter + * Definition}'. * * @return the meta object for class 'Parameter Definition'. * @see org.eclipse.mylyn.builds.core.IBuildParameterDefinition @@ -3442,8 +3442,8 @@ public EReference getBuildParameterDefinition_BuildPlan() { } /** - * Returns the meta object for class '{@link org.eclipse.mylyn.builds.core.IStringParameterDefinition - * String Parameter Definition}'. + * Returns the meta object for class '{@link org.eclipse.mylyn.builds.core.IStringParameterDefinition String + * Parameter Definition}'. * * @return the meta object for class 'String Parameter Definition'. * @see org.eclipse.mylyn.builds.core.IStringParameterDefinition @@ -3506,8 +3506,8 @@ public EAttribute getTestResult_Duration() { } /** - * Returns the meta object for the attribute '{@link org.eclipse.mylyn.builds.core.ITestResult#getFailCount - * Fail Count}'. + * Returns the meta object for the attribute '{@link org.eclipse.mylyn.builds.core.ITestResult#getFailCount Fail + * Count}'. * * @return the meta object for the attribute 'Fail Count'. * @see org.eclipse.mylyn.builds.core.ITestResult#getFailCount() @@ -3519,8 +3519,8 @@ public EAttribute getTestResult_FailCount() { } /** - * Returns the meta object for the attribute '{@link org.eclipse.mylyn.builds.core.ITestResult#getPassCount - * Pass Count}'. + * Returns the meta object for the attribute '{@link org.eclipse.mylyn.builds.core.ITestResult#getPassCount Pass + * Count}'. * * @return the meta object for the attribute 'Pass Count'. * @see org.eclipse.mylyn.builds.core.ITestResult#getPassCount() @@ -3687,8 +3687,8 @@ public EClass getTestCase() { } /** - * Returns the meta object for the attribute '{@link org.eclipse.mylyn.builds.core.ITestCase#getClassName - * Class Name}'. + * Returns the meta object for the attribute '{@link org.eclipse.mylyn.builds.core.ITestCase#getClassName Class + * Name}'. * * @return the meta object for the attribute 'Class Name'. * @see org.eclipse.mylyn.builds.core.ITestCase#getClassName() @@ -3752,8 +3752,8 @@ public EAttribute getTestCase_Message() { } /** - * Returns the meta object for the attribute '{@link org.eclipse.mylyn.builds.core.ITestCase#getStackTrace - * Stack Trace}'. + * Returns the meta object for the attribute '{@link org.eclipse.mylyn.builds.core.ITestCase#getStackTrace Stack + * Trace}'. * * @return the meta object for the attribute 'Stack Trace'. * @see org.eclipse.mylyn.builds.core.ITestCase#getStackTrace() @@ -4122,501 +4122,333 @@ public void initializePackageContents() { testCaseEClass.getESuperTypes().add(this.getTestElement()); // Initialize classes and features; add operations and parameters - initEClass(stringToStringMapEClass, Map.Entry.class, - "StringToStringMap", !IS_ABSTRACT, !IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEAttribute( - getStringToStringMap_Key(), - ecorePackage.getEString(), - "key", null, 0, 1, Map.Entry.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getStringToStringMap_Value(), - ecorePackage.getEString(), - "value", "", 0, 1, Map.Entry.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ - - initEClass(artifactEClass, IArtifact.class, - "Artifact", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEAttribute( - getArtifact_RelativePath(), - ecorePackage.getEString(), - "relativePath", null, 0, 1, IArtifact.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ + initEClass(stringToStringMapEClass, Map.Entry.class, "StringToStringMap", !IS_ABSTRACT, !IS_INTERFACE, //$NON-NLS-1$ + !IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getStringToStringMap_Key(), ecorePackage.getEString(), "key", null, 0, 1, Map.Entry.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getStringToStringMap_Value(), ecorePackage.getEString(), "value", "", 0, 1, Map.Entry.class, //$NON-NLS-1$//$NON-NLS-2$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + initEClass(artifactEClass, IArtifact.class, "Artifact", !IS_ABSTRACT, !IS_INTERFACE, //$NON-NLS-1$ + IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getArtifact_RelativePath(), ecorePackage.getEString(), "relativePath", null, 0, 1, //$NON-NLS-1$ + IArtifact.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, + !IS_DERIVED, IS_ORDERED); initEClass(buildEClass, IBuild.class, "Build", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEAttribute( - getBuild_Id(), - ecorePackage.getEString(), - "id", null, 0, 1, IBuild.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getBuild_BuildNumber(), - ecorePackage.getEInt(), - "buildNumber", null, 0, 1, IBuild.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getBuild_Timestamp(), - ecorePackage.getELong(), - "timestamp", null, 0, 1, IBuild.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getBuild_Duration(), - ecorePackage.getELong(), - "duration", null, 0, 1, IBuild.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getBuild_DisplayName(), - ecorePackage.getEString(), - "displayName", null, 0, 1, IBuild.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getBuild_State(), - this.getBuildState(), - "state", null, 0, 1, IBuild.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getBuild_Status(), - this.getBuildStatus(), - "status", null, 0, 1, IBuild.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEReference( - getBuild_Artifacts(), - this.getArtifact(), - null, - "artifacts", null, 0, -1, IBuild.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEReference( - getBuild_ChangeSet(), - this.getChangeSet(), - null, - "changeSet", null, 0, 1, IBuild.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEReference( - getBuild_Plan(), - this.getBuildPlan(), - null, - "plan", null, 0, 1, IBuild.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getBuild_Label(), - ecorePackage.getEString(), - "label", null, 0, 1, IBuild.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEReference( - getBuild_Server(), - this.getBuildServer(), - null, - "server", null, 0, 1, IBuild.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEReference( - getBuild_TestResult(), - this.getTestResult(), - this.getTestResult_Build(), - "testResult", null, 0, 1, IBuild.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEReference( - getBuild_Culprits(), - this.getUser(), - null, - "culprits", null, 0, -1, IBuild.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getBuild_Summary(), - ecorePackage.getEString(), - "summary", null, 0, 1, IBuild.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEReference( - getBuild_Cause(), - this.getBuildCause(), - null, - "cause", null, 0, -1, IBuild.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - - initEClass(buildCauseEClass, IBuildCause.class, - "BuildCause", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEAttribute( - getBuildCause_Description(), - ecorePackage.getEString(), - "description", null, 0, 1, IBuildCause.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEReference( - getBuildCause_Build(), - this.getBuildReference(), - null, - "build", null, 0, 1, IBuildCause.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEReference( - getBuildCause_User(), - this.getUser(), - null, - "user", null, 0, 1, IBuildCause.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - - initEClass(buildReferenceEClass, IBuildReference.class, - "BuildReference", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEAttribute( - getBuildReference_Plan(), - ecorePackage.getEString(), - "plan", null, 0, 1, IBuildReference.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getBuildReference_Build(), - ecorePackage.getEString(), - "build", null, 0, 1, IBuildReference.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - - initEClass(buildElementEClass, IBuildElement.class, - "BuildElement", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEAttribute( - getBuildElement_Url(), - ecorePackage.getEString(), - "url", null, 0, 1, IBuildElement.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getBuildElement_Name(), - ecorePackage.getEString(), - "name", null, 0, 1, IBuildElement.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getBuildElement_Operations(), - this.getIOperation(), - "operations", null, 0, -1, IBuildElement.class, IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getBuildElement_ElementStatus(), - this.getIStatus(), - "elementStatus", null, 0, 1, IBuildElement.class, IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getBuildElement_RefreshDate(), - ecorePackage.getEDate(), - "refreshDate", null, 0, 1, IBuildElement.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEReference( - getBuildElement_Attributes(), - this.getStringToStringMap(), - null, - "attributes", null, 0, -1, IBuildElement.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ + initEAttribute(getBuild_Id(), ecorePackage.getEString(), "id", null, 0, 1, IBuild.class, !IS_TRANSIENT, //$NON-NLS-1$ + !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getBuild_BuildNumber(), ecorePackage.getEInt(), "buildNumber", null, 0, 1, IBuild.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getBuild_Timestamp(), ecorePackage.getELong(), "timestamp", null, 0, 1, IBuild.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getBuild_Duration(), ecorePackage.getELong(), "duration", null, 0, 1, IBuild.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getBuild_DisplayName(), ecorePackage.getEString(), "displayName", null, 0, 1, IBuild.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getBuild_State(), this.getBuildState(), "state", null, 0, 1, IBuild.class, !IS_TRANSIENT, //$NON-NLS-1$ + !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getBuild_Status(), this.getBuildStatus(), "status", null, 0, 1, IBuild.class, !IS_TRANSIENT, //$NON-NLS-1$ + !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getBuild_Artifacts(), this.getArtifact(), null, "artifacts", null, 0, -1, IBuild.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, + IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getBuild_ChangeSet(), this.getChangeSet(), null, "changeSet", null, 0, 1, IBuild.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, + IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getBuild_Plan(), this.getBuildPlan(), null, "plan", null, 0, 1, IBuild.class, !IS_TRANSIENT, //$NON-NLS-1$ + !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, + IS_ORDERED); + initEAttribute(getBuild_Label(), ecorePackage.getEString(), "label", null, 0, 1, IBuild.class, !IS_TRANSIENT, //$NON-NLS-1$ + !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getBuild_Server(), this.getBuildServer(), null, "server", null, 0, 1, IBuild.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, + IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getBuild_TestResult(), this.getTestResult(), this.getTestResult_Build(), "testResult", null, 0, //$NON-NLS-1$ + 1, IBuild.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, + !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getBuild_Culprits(), this.getUser(), null, "culprits", null, 0, -1, IBuild.class, !IS_TRANSIENT, //$NON-NLS-1$ + !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, + IS_ORDERED); + initEAttribute(getBuild_Summary(), ecorePackage.getEString(), "summary", null, 0, 1, IBuild.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getBuild_Cause(), this.getBuildCause(), null, "cause", null, 0, -1, IBuild.class, !IS_TRANSIENT, //$NON-NLS-1$ + !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, + IS_ORDERED); + + initEClass(buildCauseEClass, IBuildCause.class, "BuildCause", !IS_ABSTRACT, !IS_INTERFACE, //$NON-NLS-1$ + IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getBuildCause_Description(), ecorePackage.getEString(), "description", null, 0, 1, //$NON-NLS-1$ + IBuildCause.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, + !IS_DERIVED, IS_ORDERED); + initEReference(getBuildCause_Build(), this.getBuildReference(), null, "build", null, 0, 1, IBuildCause.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, + IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getBuildCause_User(), this.getUser(), null, "user", null, 0, 1, IBuildCause.class, !IS_TRANSIENT, //$NON-NLS-1$ + !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, + IS_ORDERED); + + initEClass(buildReferenceEClass, IBuildReference.class, "BuildReference", !IS_ABSTRACT, !IS_INTERFACE, //$NON-NLS-1$ + IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getBuildReference_Plan(), ecorePackage.getEString(), "plan", null, 0, 1, IBuildReference.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getBuildReference_Build(), ecorePackage.getEString(), "build", null, 0, 1, IBuildReference.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + initEClass(buildElementEClass, IBuildElement.class, "BuildElement", IS_ABSTRACT, !IS_INTERFACE, //$NON-NLS-1$ + IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getBuildElement_Url(), ecorePackage.getEString(), "url", null, 0, 1, IBuildElement.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getBuildElement_Name(), ecorePackage.getEString(), "name", null, 0, 1, IBuildElement.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getBuildElement_Operations(), this.getIOperation(), "operations", null, 0, -1, //$NON-NLS-1$ + IBuildElement.class, IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, + !IS_DERIVED, IS_ORDERED); + initEAttribute(getBuildElement_ElementStatus(), this.getIStatus(), "elementStatus", null, 0, 1, //$NON-NLS-1$ + IBuildElement.class, IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, + !IS_DERIVED, IS_ORDERED); + initEAttribute(getBuildElement_RefreshDate(), ecorePackage.getEDate(), "refreshDate", null, 0, 1, //$NON-NLS-1$ + IBuildElement.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, + !IS_DERIVED, IS_ORDERED); + initEReference(getBuildElement_Attributes(), this.getStringToStringMap(), null, "attributes", null, 0, -1, //$NON-NLS-1$ + IBuildElement.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, + !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); addEOperation(buildElementEClass, ecorePackage.getEString(), "getLabel", 0, 1, IS_UNIQUE, IS_ORDERED); //$NON-NLS-1$ addEOperation(buildElementEClass, this.getBuildServer(), "getServer", 0, 1, IS_UNIQUE, IS_ORDERED); //$NON-NLS-1$ - initEClass(buildPlanEClass, IBuildPlan.class, - "BuildPlan", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEReference( - getBuildPlan_Server(), - this.getBuildServer(), - null, - "server", null, 1, 1, IBuildPlan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEReference( - getBuildPlan_Children(), - this.getBuildPlan(), - this.getBuildPlan_Parent(), - "children", null, 0, -1, IBuildPlan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEReference( - getBuildPlan_Parent(), - this.getBuildPlan(), - this.getBuildPlan_Children(), - "parent", null, 0, 1, IBuildPlan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getBuildPlan_Health(), - ecorePackage.getEInt(), - "health", "-1", 0, 1, IBuildPlan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ - initEAttribute( - getBuildPlan_Id(), - ecorePackage.getEString(), - "id", null, 1, 1, IBuildPlan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getBuildPlan_Info(), - ecorePackage.getEString(), - "info", null, 0, 1, IBuildPlan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getBuildPlan_Selected(), - ecorePackage.getEBoolean(), - "selected", "false", 1, 1, IBuildPlan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ - initEAttribute( - getBuildPlan_Summary(), - ecorePackage.getEString(), - "summary", null, 0, 1, IBuildPlan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getBuildPlan_State(), - this.getBuildState(), - "state", null, 0, 1, IBuildPlan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getBuildPlan_Status(), - this.getBuildStatus(), - "status", null, 0, 1, IBuildPlan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getBuildPlan_Description(), - ecorePackage.getEString(), - "description", null, 0, 1, IBuildPlan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEReference( - getBuildPlan_LastBuild(), - this.getBuild(), - null, - "lastBuild", null, 0, 1, IBuildPlan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEReference( - getBuildPlan_ParameterDefinitions(), - this.getParameterDefinition(), - this.getParameterDefinition_ContainingBuildPlan(), - "parameterDefinitions", null, 0, -1, IBuildPlan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEReference( - getBuildPlan_HealthReports(), - this.getHealthReport(), - null, - "healthReports", null, 0, -1, IBuildPlan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getBuildPlan_Flags(), - this.getBuildState(), - "flags", null, 0, -1, IBuildPlan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, !IS_ORDERED); //$NON-NLS-1$ - - initEClass(healthReportEClass, IHealthReport.class, - "HealthReport", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEAttribute( - getHealthReport_Health(), - ecorePackage.getEInt(), - "health", null, 0, 1, IHealthReport.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getHealthReport_Description(), - ecorePackage.getEString(), - "description", null, 0, 1, IHealthReport.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - - initEClass(buildModelEClass, IBuildModel.class, - "BuildModel", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEReference( - getBuildModel_Servers(), - this.getBuildServer(), - null, - "servers", null, 0, -1, IBuildModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEReference( - getBuildModel_Plans(), - this.getBuildPlan(), - null, - "plans", null, 0, -1, IBuildModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, !IS_ORDERED); //$NON-NLS-1$ - initEReference( - getBuildModel_Builds(), - this.getBuild(), - null, - "builds", null, 0, -1, IBuildModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - - initEClass(buildServerEClass, IBuildServer.class, - "BuildServer", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEAttribute( - getBuildServer_Location(), - this.getRepositoryLocation(), - "location", null, 0, 1, IBuildServer.class, IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getBuildServer_ConnectorKind(), - ecorePackage.getEString(), - "connectorKind", null, 0, 1, IBuildServer.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getBuildServer_RepositoryUrl(), - ecorePackage.getEString(), - "repositoryUrl", null, 0, 1, IBuildServer.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ + initEClass(buildPlanEClass, IBuildPlan.class, "BuildPlan", !IS_ABSTRACT, !IS_INTERFACE, //$NON-NLS-1$ + IS_GENERATED_INSTANCE_CLASS); + initEReference(getBuildPlan_Server(), this.getBuildServer(), null, "server", null, 1, 1, IBuildPlan.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, + IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getBuildPlan_Children(), this.getBuildPlan(), this.getBuildPlan_Parent(), "children", null, 0, //$NON-NLS-1$ + -1, IBuildPlan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, + !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getBuildPlan_Parent(), this.getBuildPlan(), this.getBuildPlan_Children(), "parent", null, 0, 1, //$NON-NLS-1$ + IBuildPlan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, + !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getBuildPlan_Health(), ecorePackage.getEInt(), "health", "-1", 0, 1, IBuildPlan.class, //$NON-NLS-1$//$NON-NLS-2$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getBuildPlan_Id(), ecorePackage.getEString(), "id", null, 1, 1, IBuildPlan.class, !IS_TRANSIENT, //$NON-NLS-1$ + !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getBuildPlan_Info(), ecorePackage.getEString(), "info", null, 0, 1, IBuildPlan.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getBuildPlan_Selected(), ecorePackage.getEBoolean(), "selected", "false", 1, 1, IBuildPlan.class, //$NON-NLS-1$//$NON-NLS-2$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getBuildPlan_Summary(), ecorePackage.getEString(), "summary", null, 0, 1, IBuildPlan.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getBuildPlan_State(), this.getBuildState(), "state", null, 0, 1, IBuildPlan.class, !IS_TRANSIENT, //$NON-NLS-1$ + !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getBuildPlan_Status(), this.getBuildStatus(), "status", null, 0, 1, IBuildPlan.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getBuildPlan_Description(), ecorePackage.getEString(), "description", null, 0, 1, //$NON-NLS-1$ + IBuildPlan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, + !IS_DERIVED, IS_ORDERED); + initEReference(getBuildPlan_LastBuild(), this.getBuild(), null, "lastBuild", null, 0, 1, IBuildPlan.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, + IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getBuildPlan_ParameterDefinitions(), this.getParameterDefinition(), + this.getParameterDefinition_ContainingBuildPlan(), "parameterDefinitions", null, 0, -1, //$NON-NLS-1$ + IBuildPlan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, + !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getBuildPlan_HealthReports(), this.getHealthReport(), null, "healthReports", null, 0, -1, //$NON-NLS-1$ + IBuildPlan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, + !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getBuildPlan_Flags(), this.getBuildState(), "flags", null, 0, -1, IBuildPlan.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, + !IS_ORDERED); + + initEClass(healthReportEClass, IHealthReport.class, "HealthReport", !IS_ABSTRACT, !IS_INTERFACE, //$NON-NLS-1$ + IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getHealthReport_Health(), ecorePackage.getEInt(), "health", null, 0, 1, IHealthReport.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getHealthReport_Description(), ecorePackage.getEString(), "description", null, 0, 1, //$NON-NLS-1$ + IHealthReport.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, + !IS_DERIVED, IS_ORDERED); + + initEClass(buildModelEClass, IBuildModel.class, "BuildModel", !IS_ABSTRACT, !IS_INTERFACE, //$NON-NLS-1$ + IS_GENERATED_INSTANCE_CLASS); + initEReference(getBuildModel_Servers(), this.getBuildServer(), null, "servers", null, 0, -1, IBuildModel.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, + IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getBuildModel_Plans(), this.getBuildPlan(), null, "plans", null, 0, -1, IBuildModel.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, + IS_UNIQUE, !IS_DERIVED, !IS_ORDERED); + initEReference(getBuildModel_Builds(), this.getBuild(), null, "builds", null, 0, -1, IBuildModel.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, + IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + initEClass(buildServerEClass, IBuildServer.class, "BuildServer", !IS_ABSTRACT, !IS_INTERFACE, //$NON-NLS-1$ + IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getBuildServer_Location(), this.getRepositoryLocation(), "location", null, 0, 1, //$NON-NLS-1$ + IBuildServer.class, IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, + !IS_DERIVED, IS_ORDERED); + initEAttribute(getBuildServer_ConnectorKind(), ecorePackage.getEString(), "connectorKind", null, 0, 1, //$NON-NLS-1$ + IBuildServer.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, + !IS_DERIVED, IS_ORDERED); + initEAttribute(getBuildServer_RepositoryUrl(), ecorePackage.getEString(), "repositoryUrl", null, 0, 1, //$NON-NLS-1$ + IBuildServer.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, + !IS_DERIVED, IS_ORDERED); initEClass(changeEClass, IChange.class, "Change", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEReference( - getChange_Artifacts(), - this.getChangeArtifact(), - null, - "artifacts", null, 0, -1, IChange.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEReference( - getChange_Author(), - this.getUser(), - null, - "author", null, 0, 1, IChange.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getChange_Message(), - ecorePackage.getEString(), - "message", null, 0, 1, IChange.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getChange_Date(), - ecorePackage.getELong(), - "date", null, 0, 1, IChange.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getChange_Revision(), - ecorePackage.getEString(), - "revision", null, 0, 1, IChange.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - - initEClass(changeSetEClass, IChangeSet.class, - "ChangeSet", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEReference( - getChangeSet_Changes(), - this.getChange(), - null, - "changes", null, 0, -1, IChangeSet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getChangeSet_Kind(), - ecorePackage.getEString(), - "kind", null, 0, 1, IChangeSet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - - initEClass(changeArtifactEClass, IChangeArtifact.class, - "ChangeArtifact", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEAttribute( - getChangeArtifact_File(), - ecorePackage.getEString(), - "file", null, 0, 1, IChangeArtifact.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getChangeArtifact_RelativePath(), - ecorePackage.getEString(), - "relativePath", null, 0, 1, IChangeArtifact.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getChangeArtifact_PrevRevision(), - ecorePackage.getEString(), - "prevRevision", null, 0, 1, IChangeArtifact.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getChangeArtifact_Revision(), - ecorePackage.getEString(), - "revision", null, 0, 1, IChangeArtifact.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getChangeArtifact_Dead(), - ecorePackage.getEBoolean(), - "dead", null, 0, 1, IChangeArtifact.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getChangeArtifact_EditType(), - this.getEditType(), - "editType", null, 0, 1, IChangeArtifact.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ + initEReference(getChange_Artifacts(), this.getChangeArtifact(), null, "artifacts", null, 0, -1, IChange.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, + IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getChange_Author(), this.getUser(), null, "author", null, 0, 1, IChange.class, !IS_TRANSIENT, //$NON-NLS-1$ + !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, + IS_ORDERED); + initEAttribute(getChange_Message(), ecorePackage.getEString(), "message", null, 0, 1, IChange.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getChange_Date(), ecorePackage.getELong(), "date", null, 0, 1, IChange.class, !IS_TRANSIENT, //$NON-NLS-1$ + !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getChange_Revision(), ecorePackage.getEString(), "revision", null, 0, 1, IChange.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + initEClass(changeSetEClass, IChangeSet.class, "ChangeSet", !IS_ABSTRACT, !IS_INTERFACE, //$NON-NLS-1$ + IS_GENERATED_INSTANCE_CLASS); + initEReference(getChangeSet_Changes(), this.getChange(), null, "changes", null, 0, -1, IChangeSet.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, + IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getChangeSet_Kind(), ecorePackage.getEString(), "kind", null, 0, 1, IChangeSet.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + initEClass(changeArtifactEClass, IChangeArtifact.class, "ChangeArtifact", !IS_ABSTRACT, !IS_INTERFACE, //$NON-NLS-1$ + IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getChangeArtifact_File(), ecorePackage.getEString(), "file", null, 0, 1, IChangeArtifact.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getChangeArtifact_RelativePath(), ecorePackage.getEString(), "relativePath", null, 0, 1, //$NON-NLS-1$ + IChangeArtifact.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, + !IS_DERIVED, IS_ORDERED); + initEAttribute(getChangeArtifact_PrevRevision(), ecorePackage.getEString(), "prevRevision", null, 0, 1, //$NON-NLS-1$ + IChangeArtifact.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, + !IS_DERIVED, IS_ORDERED); + initEAttribute(getChangeArtifact_Revision(), ecorePackage.getEString(), "revision", null, 0, 1, //$NON-NLS-1$ + IChangeArtifact.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, + !IS_DERIVED, IS_ORDERED); + initEAttribute(getChangeArtifact_Dead(), ecorePackage.getEBoolean(), "dead", null, 0, 1, IChangeArtifact.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getChangeArtifact_EditType(), this.getEditType(), "editType", null, 0, 1, IChangeArtifact.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); initEClass(userEClass, IUser.class, "User", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEAttribute( - getUser_Id(), - ecorePackage.getEString(), - "id", null, 0, 1, IUser.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getUser_Email(), - ecorePackage.getEString(), - "email", null, 0, 1, IUser.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - - initEClass(parameterDefinitionEClass, IParameterDefinition.class, - "ParameterDefinition", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEAttribute( - getParameterDefinition_Name(), - ecorePackage.getEString(), - "name", null, 0, 1, IParameterDefinition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getParameterDefinition_Description(), - ecorePackage.getEString(), - "description", null, 0, 1, IParameterDefinition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEReference( - getParameterDefinition_ContainingBuildPlan(), - this.getBuildPlan(), - this.getBuildPlan_ParameterDefinitions(), - "containingBuildPlan", null, 0, 1, IParameterDefinition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - - initEClass(choiceParameterDefinitionEClass, IChoiceParameterDefinition.class, - "ChoiceParameterDefinition", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEAttribute( - getChoiceParameterDefinition_Options(), - ecorePackage.getEString(), - "options", null, 1, -1, IChoiceParameterDefinition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getChoiceParameterDefinition_DefaultValue(), - ecorePackage.getEString(), - "defaultValue", null, 0, 1, IChoiceParameterDefinition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - - initEClass(booleanParameterDefinitionEClass, IBooleanParameterDefinition.class, - "BooleanParameterDefinition", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEAttribute( - getBooleanParameterDefinition_DefaultValue(), - ecorePackage.getEBoolean(), - "defaultValue", null, 0, 1, IBooleanParameterDefinition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - - initEClass(fileParameterDefinitionEClass, IFileParameterDefinition.class, - "FileParameterDefinition", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - - initEClass(planParameterDefinitionEClass, IPlanParameterDefinition.class, - "PlanParameterDefinition", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - - initEClass(passwordParameterDefinitionEClass, IPasswordParameterDefinition.class, - "PasswordParameterDefinition", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEAttribute( - getPasswordParameterDefinition_DefaultValue(), - ecorePackage.getEString(), - "defaultValue", null, 0, 1, IPasswordParameterDefinition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - - initEClass(buildParameterDefinitionEClass, IBuildParameterDefinition.class, - "BuildParameterDefinition", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEAttribute( - getBuildParameterDefinition_BuildPlanId(), - ecorePackage.getEString(), - "buildPlanId", null, 0, 1, IBuildParameterDefinition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEReference( - getBuildParameterDefinition_BuildPlan(), - this.getBuildPlan(), - null, - "buildPlan", null, 0, 1, IBuildParameterDefinition.class, IS_TRANSIENT, IS_VOLATILE, !IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - - initEClass(stringParameterDefinitionEClass, IStringParameterDefinition.class, - "StringParameterDefinition", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEAttribute( - getStringParameterDefinition_DefaultValue(), - ecorePackage.getEString(), - "defaultValue", null, 0, 1, IStringParameterDefinition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - - initEClass(testResultEClass, ITestResult.class, - "TestResult", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEReference( - getTestResult_Build(), - this.getBuild(), - this.getBuild_TestResult(), - "build", null, 0, 1, ITestResult.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getTestResult_Duration(), - ecorePackage.getELong(), - "duration", null, 0, 1, ITestResult.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getTestResult_FailCount(), - ecorePackage.getEInt(), - "failCount", null, 0, 1, ITestResult.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getTestResult_PassCount(), - ecorePackage.getEInt(), - "passCount", null, 0, 1, ITestResult.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getTestResult_IgnoredCount(), - ecorePackage.getEInt(), - "ignoredCount", null, 0, 1, ITestResult.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getTestResult_ErrorCount(), - ecorePackage.getEInt(), - "errorCount", null, 0, 1, ITestResult.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEReference( - getTestResult_Suites(), - this.getTestSuite(), - this.getTestSuite_Result(), - "suites", null, 0, -1, ITestResult.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - - initEClass(testElementEClass, ITestElement.class, - "TestElement", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEAttribute( - getTestElement_Label(), - ecorePackage.getEString(), - "label", null, 0, 1, ITestElement.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getTestElement_Duration(), - ecorePackage.getELong(), - "duration", null, 0, 1, ITestElement.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getTestElement_ErrorOutput(), - ecorePackage.getEString(), - "errorOutput", null, 0, 1, ITestElement.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getTestElement_Output(), - ecorePackage.getEString(), - "output", null, 0, 1, ITestElement.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - - initEClass(testSuiteEClass, ITestSuite.class, - "TestSuite", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEReference( - getTestSuite_Cases(), - this.getTestCase(), - this.getTestCase_Suite(), - "cases", null, 0, -1, ITestSuite.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEReference( - getTestSuite_Result(), - this.getTestResult(), - this.getTestResult_Suites(), - "result", null, 0, 1, ITestSuite.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - - initEClass(testCaseEClass, ITestCase.class, - "TestCase", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEAttribute( - getTestCase_ClassName(), - ecorePackage.getEString(), - "className", null, 0, 1, ITestCase.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getTestCase_Skipped(), - ecorePackage.getEBoolean(), - "skipped", null, 0, 1, ITestCase.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEReference( - getTestCase_Suite(), - this.getTestSuite(), - this.getTestSuite_Cases(), - "suite", null, 0, 1, ITestCase.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getTestCase_Status(), - this.getTestCaseResult(), - "status", null, 0, 1, ITestCase.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getTestCase_Message(), - ecorePackage.getEString(), - "message", null, 0, 1, ITestCase.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ - initEAttribute( - getTestCase_StackTrace(), - ecorePackage.getEString(), - "stackTrace", null, 0, 1, ITestCase.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ + initEAttribute(getUser_Id(), ecorePackage.getEString(), "id", null, 0, 1, IUser.class, !IS_TRANSIENT, //$NON-NLS-1$ + !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getUser_Email(), ecorePackage.getEString(), "email", null, 0, 1, IUser.class, !IS_TRANSIENT, //$NON-NLS-1$ + !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + initEClass(parameterDefinitionEClass, IParameterDefinition.class, "ParameterDefinition", IS_ABSTRACT, //$NON-NLS-1$ + !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getParameterDefinition_Name(), ecorePackage.getEString(), "name", null, 0, 1, //$NON-NLS-1$ + IParameterDefinition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, + IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getParameterDefinition_Description(), ecorePackage.getEString(), "description", null, 0, 1, //$NON-NLS-1$ + IParameterDefinition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, + IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getParameterDefinition_ContainingBuildPlan(), this.getBuildPlan(), + this.getBuildPlan_ParameterDefinitions(), "containingBuildPlan", null, 0, 1, IParameterDefinition.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, + IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + initEClass(choiceParameterDefinitionEClass, IChoiceParameterDefinition.class, "ChoiceParameterDefinition", //$NON-NLS-1$ + !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getChoiceParameterDefinition_Options(), ecorePackage.getEString(), "options", null, 1, -1, //$NON-NLS-1$ + IChoiceParameterDefinition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, + IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getChoiceParameterDefinition_DefaultValue(), ecorePackage.getEString(), "defaultValue", null, 0, //$NON-NLS-1$ + 1, IChoiceParameterDefinition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, + IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + initEClass(booleanParameterDefinitionEClass, IBooleanParameterDefinition.class, "BooleanParameterDefinition", //$NON-NLS-1$ + !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getBooleanParameterDefinition_DefaultValue(), ecorePackage.getEBoolean(), "defaultValue", null, //$NON-NLS-1$ + 0, 1, IBooleanParameterDefinition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, + !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + initEClass(fileParameterDefinitionEClass, IFileParameterDefinition.class, "FileParameterDefinition", //$NON-NLS-1$ + !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); + + initEClass(planParameterDefinitionEClass, IPlanParameterDefinition.class, "PlanParameterDefinition", //$NON-NLS-1$ + !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); + + initEClass(passwordParameterDefinitionEClass, IPasswordParameterDefinition.class, "PasswordParameterDefinition", //$NON-NLS-1$ + !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getPasswordParameterDefinition_DefaultValue(), ecorePackage.getEString(), "defaultValue", null, //$NON-NLS-1$ + 0, 1, IPasswordParameterDefinition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, + !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + initEClass(buildParameterDefinitionEClass, IBuildParameterDefinition.class, "BuildParameterDefinition", //$NON-NLS-1$ + !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getBuildParameterDefinition_BuildPlanId(), ecorePackage.getEString(), "buildPlanId", null, 0, 1, //$NON-NLS-1$ + IBuildParameterDefinition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, + IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getBuildParameterDefinition_BuildPlan(), this.getBuildPlan(), null, "buildPlan", null, 0, 1, //$NON-NLS-1$ + IBuildParameterDefinition.class, IS_TRANSIENT, IS_VOLATILE, !IS_CHANGEABLE, !IS_COMPOSITE, + IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); + + initEClass(stringParameterDefinitionEClass, IStringParameterDefinition.class, "StringParameterDefinition", //$NON-NLS-1$ + !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getStringParameterDefinition_DefaultValue(), ecorePackage.getEString(), "defaultValue", null, 0, //$NON-NLS-1$ + 1, IStringParameterDefinition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, + IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + initEClass(testResultEClass, ITestResult.class, "TestResult", !IS_ABSTRACT, !IS_INTERFACE, //$NON-NLS-1$ + IS_GENERATED_INSTANCE_CLASS); + initEReference(getTestResult_Build(), this.getBuild(), this.getBuild_TestResult(), "build", null, 0, 1, //$NON-NLS-1$ + ITestResult.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, + !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getTestResult_Duration(), ecorePackage.getELong(), "duration", null, 0, 1, ITestResult.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getTestResult_FailCount(), ecorePackage.getEInt(), "failCount", null, 0, 1, ITestResult.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getTestResult_PassCount(), ecorePackage.getEInt(), "passCount", null, 0, 1, ITestResult.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getTestResult_IgnoredCount(), ecorePackage.getEInt(), "ignoredCount", null, 0, 1, //$NON-NLS-1$ + ITestResult.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, + !IS_DERIVED, IS_ORDERED); + initEAttribute(getTestResult_ErrorCount(), ecorePackage.getEInt(), "errorCount", null, 0, 1, ITestResult.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getTestResult_Suites(), this.getTestSuite(), this.getTestSuite_Result(), "suites", null, 0, -1, //$NON-NLS-1$ + ITestResult.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, + !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + initEClass(testElementEClass, ITestElement.class, "TestElement", !IS_ABSTRACT, !IS_INTERFACE, //$NON-NLS-1$ + IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getTestElement_Label(), ecorePackage.getEString(), "label", null, 0, 1, ITestElement.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getTestElement_Duration(), ecorePackage.getELong(), "duration", null, 0, 1, ITestElement.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getTestElement_ErrorOutput(), ecorePackage.getEString(), "errorOutput", null, 0, 1, //$NON-NLS-1$ + ITestElement.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, + !IS_DERIVED, IS_ORDERED); + initEAttribute(getTestElement_Output(), ecorePackage.getEString(), "output", null, 0, 1, ITestElement.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + initEClass(testSuiteEClass, ITestSuite.class, "TestSuite", !IS_ABSTRACT, !IS_INTERFACE, //$NON-NLS-1$ + IS_GENERATED_INSTANCE_CLASS); + initEReference(getTestSuite_Cases(), this.getTestCase(), this.getTestCase_Suite(), "cases", null, 0, -1, //$NON-NLS-1$ + ITestSuite.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, + !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getTestSuite_Result(), this.getTestResult(), this.getTestResult_Suites(), "result", null, 0, 1, //$NON-NLS-1$ + ITestSuite.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, + !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + initEClass(testCaseEClass, ITestCase.class, "TestCase", !IS_ABSTRACT, !IS_INTERFACE, //$NON-NLS-1$ + IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getTestCase_ClassName(), ecorePackage.getEString(), "className", null, 0, 1, ITestCase.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getTestCase_Skipped(), ecorePackage.getEBoolean(), "skipped", null, 0, 1, ITestCase.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getTestCase_Suite(), this.getTestSuite(), this.getTestSuite_Cases(), "suite", null, 0, 1, //$NON-NLS-1$ + ITestCase.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, + !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getTestCase_Status(), this.getTestCaseResult(), "status", null, 0, 1, ITestCase.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getTestCase_Message(), ecorePackage.getEString(), "message", null, 0, 1, ITestCase.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getTestCase_StackTrace(), ecorePackage.getEString(), "stackTrace", null, 0, 1, ITestCase.class, //$NON-NLS-1$ + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); // Initialize enums and add enum literals initEEnum(testCaseResultEEnum, TestCaseResult.class, "TestCaseResult"); //$NON-NLS-1$ @@ -4627,16 +4459,16 @@ public void initializePackageContents() { addEEnumLiteral(testCaseResultEEnum, TestCaseResult.REGRESSION); // Initialize data types - initEDataType(buildStateEDataType, BuildState.class, - "BuildState", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEDataType(buildStatusEDataType, BuildStatus.class, - "BuildStatus", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ + initEDataType(buildStateEDataType, BuildState.class, "BuildState", IS_SERIALIZABLE, //$NON-NLS-1$ + !IS_GENERATED_INSTANCE_CLASS); + initEDataType(buildStatusEDataType, BuildStatus.class, "BuildStatus", IS_SERIALIZABLE, //$NON-NLS-1$ + !IS_GENERATED_INSTANCE_CLASS); initEDataType(editTypeEDataType, EditType.class, "EditType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ initEDataType(iStatusEDataType, IStatus.class, "IStatus", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEDataType(iOperationEDataType, IOperation.class, - "IOperation", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ - initEDataType(repositoryLocationEDataType, RepositoryLocation.class, - "RepositoryLocation", !IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ + initEDataType(iOperationEDataType, IOperation.class, "IOperation", IS_SERIALIZABLE, //$NON-NLS-1$ + !IS_GENERATED_INSTANCE_CLASS); + initEDataType(repositoryLocationEDataType, RepositoryLocation.class, "RepositoryLocation", !IS_SERIALIZABLE, //$NON-NLS-1$ + !IS_GENERATED_INSTANCE_CLASS); // Create resource createResource(eNS_URI); @@ -5041,7 +4873,8 @@ public interface Literals { * * @generated */ - public static final EReference BUILD_PLAN__PARAMETER_DEFINITIONS = eINSTANCE.getBuildPlan_ParameterDefinitions(); + public static final EReference BUILD_PLAN__PARAMETER_DEFINITIONS = eINSTANCE + .getBuildPlan_ParameterDefinitions(); /** * The meta object literal for the 'Health Reports' containment reference list feature. + * The meta object literal for the '{@link org.eclipse.mylyn.builds.internal.core.HealthReport Health + * Report}' class. * * @see org.eclipse.mylyn.builds.internal.core.HealthReport * @see org.eclipse.mylyn.builds.internal.core.BuildPackage#getHealthReport() @@ -5230,8 +5063,8 @@ public interface Literals { public static final EAttribute CHANGE_SET__KIND = eINSTANCE.getChangeSet_Kind(); /** - * The meta object literal for the '{@link org.eclipse.mylyn.builds.internal.core.ChangeArtifact - * Change Artifact}' class. + * The meta object literal for the '{@link org.eclipse.mylyn.builds.internal.core.ChangeArtifact Change + * Artifact}' class. * * @see org.eclipse.mylyn.builds.internal.core.ChangeArtifact * @see org.eclipse.mylyn.builds.internal.core.BuildPackage#getChangeArtifact() @@ -5288,8 +5121,8 @@ public interface Literals { public static final EAttribute CHANGE_ARTIFACT__EDIT_TYPE = eINSTANCE.getChangeArtifact_EditType(); /** - * The meta object literal for the '{@link org.eclipse.mylyn.builds.internal.core.StringToStringMap - * String To String Map}' class. + * The meta object literal for the '{@link org.eclipse.mylyn.builds.internal.core.StringToStringMap String + * To String Map}' class. * * @see org.eclipse.mylyn.builds.internal.core.StringToStringMap * @see org.eclipse.mylyn.builds.internal.core.BuildPackage#getStringToStringMap() @@ -5382,7 +5215,8 @@ public interface Literals { * * @generated */ - public static final EAttribute PARAMETER_DEFINITION__DESCRIPTION = eINSTANCE.getParameterDefinition_Description(); + public static final EAttribute PARAMETER_DEFINITION__DESCRIPTION = eINSTANCE + .getParameterDefinition_Description(); /** * The meta object literal for the 'Containing Build Plan' container reference feature. @@ -5416,7 +5252,8 @@ public interface Literals { * * @generated */ - public static final EAttribute CHOICE_PARAMETER_DEFINITION__DEFAULT_VALUE = eINSTANCE.getChoiceParameterDefinition_DefaultValue(); + public static final EAttribute CHOICE_PARAMETER_DEFINITION__DEFAULT_VALUE = eINSTANCE + .getChoiceParameterDefinition_DefaultValue(); /** * The meta object literal for the '{@link org.eclipse.mylyn.builds.internal.core.BooleanParameterDefinition @@ -5434,7 +5271,8 @@ public interface Literals { * * @generated */ - public static final EAttribute BOOLEAN_PARAMETER_DEFINITION__DEFAULT_VALUE = eINSTANCE.getBooleanParameterDefinition_DefaultValue(); + public static final EAttribute BOOLEAN_PARAMETER_DEFINITION__DEFAULT_VALUE = eINSTANCE + .getBooleanParameterDefinition_DefaultValue(); /** * The meta object literal for the '{@link org.eclipse.mylyn.builds.internal.core.FileParameterDefinition @@ -5472,7 +5310,8 @@ public interface Literals { * * @generated */ - public static final EAttribute PASSWORD_PARAMETER_DEFINITION__DEFAULT_VALUE = eINSTANCE.getPasswordParameterDefinition_DefaultValue(); + public static final EAttribute PASSWORD_PARAMETER_DEFINITION__DEFAULT_VALUE = eINSTANCE + .getPasswordParameterDefinition_DefaultValue(); /** * The meta object literal for the '{@link org.eclipse.mylyn.builds.internal.core.BuildParameterDefinition @@ -5490,7 +5329,8 @@ public interface Literals { * * @generated */ - public static final EAttribute BUILD_PARAMETER_DEFINITION__BUILD_PLAN_ID = eINSTANCE.getBuildParameterDefinition_BuildPlanId(); + public static final EAttribute BUILD_PARAMETER_DEFINITION__BUILD_PLAN_ID = eINSTANCE + .getBuildParameterDefinition_BuildPlanId(); /** * The meta object literal for the 'Build Plan' reference feature. + * The meta object literal for the '{@link org.eclipse.mylyn.builds.internal.core.TestResult Test + * Result}' class. * * @see org.eclipse.mylyn.builds.internal.core.TestResult * @see org.eclipse.mylyn.builds.internal.core.BuildPackage#getTestResult() @@ -5585,8 +5427,8 @@ public interface Literals { public static final EReference TEST_RESULT__SUITES = eINSTANCE.getTestResult_Suites(); /** - * The meta object literal for the '{@link org.eclipse.mylyn.builds.internal.core.TestElement - * Test Element}' class. + * The meta object literal for the '{@link org.eclipse.mylyn.builds.internal.core.TestElement Test + * Element}' class. * * @see org.eclipse.mylyn.builds.internal.core.TestElement * @see org.eclipse.mylyn.builds.internal.core.BuildPackage#getTestElement() @@ -5711,8 +5553,8 @@ public interface Literals { public static final EAttribute TEST_CASE__STACK_TRACE = eINSTANCE.getTestCase_StackTrace(); /** - * The meta object literal for the '{@link org.eclipse.mylyn.builds.core.TestCaseResult - * Test Case Result}' enum. + * The meta object literal for the '{@link org.eclipse.mylyn.builds.core.TestCaseResult Test Case + * Result}' enum. * * @see org.eclipse.mylyn.builds.core.TestCaseResult * @see org.eclipse.mylyn.builds.internal.core.BuildPackage#getTestCaseResult() diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildParameterDefinition.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildParameterDefinition.java index 7e45d73..abc9e4e 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildParameterDefinition.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildParameterDefinition.java @@ -24,7 +24,8 @@ *

* The following features are implemented: *

    - *
  • {@link org.eclipse.mylyn.builds.internal.core.BuildParameterDefinition#getBuildPlanId Build Plan Id}
  • + *
  • {@link org.eclipse.mylyn.builds.internal.core.BuildParameterDefinition#getBuildPlanId Build Plan + * Id}
  • *
  • {@link org.eclipse.mylyn.builds.internal.core.BuildParameterDefinition#getBuildPlan Build Plan}
  • *
*

diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildPlan.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildPlan.java index 7ebf197..3483da1 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildPlan.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildPlan.java @@ -51,7 +51,8 @@ *
  • {@link org.eclipse.mylyn.builds.internal.core.BuildPlan#getStatus Status}
  • *
  • {@link org.eclipse.mylyn.builds.internal.core.BuildPlan#getDescription Description}
  • *
  • {@link org.eclipse.mylyn.builds.internal.core.BuildPlan#getLastBuild Last Build}
  • - *
  • {@link org.eclipse.mylyn.builds.internal.core.BuildPlan#getParameterDefinitions Parameter Definitions}
  • + *
  • {@link org.eclipse.mylyn.builds.internal.core.BuildPlan#getParameterDefinitions Parameter + * Definitions}
  • *
  • {@link org.eclipse.mylyn.builds.internal.core.BuildPlan#getHealthReports Health Reports}
  • *
  • {@link org.eclipse.mylyn.builds.internal.core.BuildPlan#getFlags Flags}
  • * @@ -446,7 +447,8 @@ public void setParent(IBuildPlan newParent) { msgs.dispatch(); } } else if (eNotificationRequired()) { - eNotify(new ENotificationImpl(this, Notification.SET, BuildPackage.BUILD_PLAN__PARENT, newParent, newParent)); + eNotify(new ENotificationImpl(this, Notification.SET, BuildPackage.BUILD_PLAN__PARENT, newParent, + newParent)); } } @@ -580,7 +582,8 @@ public void setSummary(String newSummary) { String oldSummary = summary; summary = newSummary; if (eNotificationRequired()) { - eNotify(new ENotificationImpl(this, Notification.SET, BuildPackage.BUILD_PLAN__SUMMARY, oldSummary, summary)); + eNotify(new ENotificationImpl(this, Notification.SET, BuildPackage.BUILD_PLAN__SUMMARY, oldSummary, + summary)); } } diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildReference.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildReference.java index bad978d..03ae8f6 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildReference.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/BuildReference.java @@ -128,7 +128,8 @@ public void setBuild(String newBuild) { String oldBuild = build; build = newBuild; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, BuildPackage.BUILD_REFERENCE__BUILD, oldBuild, build)); + eNotify(new ENotificationImpl(this, Notification.SET, BuildPackage.BUILD_REFERENCE__BUILD, oldBuild, + build)); } /** diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/Change.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/Change.java index 9a435ab..e7c4425 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/Change.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/Change.java @@ -192,11 +192,11 @@ public void setAuthor(IUser newAuthor) { if (newAuthor != author) { NotificationChain msgs = null; if (author != null) - msgs = ((InternalEObject) author).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - - BuildPackage.CHANGE__AUTHOR, null, msgs); + msgs = ((InternalEObject) author).eInverseRemove(this, + EOPPOSITE_FEATURE_BASE - BuildPackage.CHANGE__AUTHOR, null, msgs); if (newAuthor != null) - msgs = ((InternalEObject) newAuthor).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - - BuildPackage.CHANGE__AUTHOR, null, msgs); + msgs = ((InternalEObject) newAuthor).eInverseAdd(this, + EOPPOSITE_FEATURE_BASE - BuildPackage.CHANGE__AUTHOR, null, msgs); msgs = basicSetAuthor(newAuthor, msgs); if (msgs != null) msgs.dispatch(); @@ -273,7 +273,8 @@ public void setRevision(String newRevision) { String oldRevision = revision; revision = newRevision; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, BuildPackage.CHANGE__REVISION, oldRevision, revision)); + eNotify(new ENotificationImpl(this, Notification.SET, BuildPackage.CHANGE__REVISION, oldRevision, + revision)); } /** diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/ChoiceParameterDefinition.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/ChoiceParameterDefinition.java index 4c7f8b4..faabc40 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/ChoiceParameterDefinition.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/ChoiceParameterDefinition.java @@ -23,7 +23,8 @@ * The following features are implemented: *
      *
    • {@link org.eclipse.mylyn.builds.internal.core.ChoiceParameterDefinition#getOptions Options}
    • - *
    • {@link org.eclipse.mylyn.builds.internal.core.ChoiceParameterDefinition#getDefaultValue Default Value}
    • + *
    • {@link org.eclipse.mylyn.builds.internal.core.ChoiceParameterDefinition#getDefaultValue Default + * Value}
    • *
    *

    * diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/HealthReport.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/HealthReport.java index 3faa995..786fa58 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/HealthReport.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/HealthReport.java @@ -107,7 +107,8 @@ public void setHealth(int newHealth) { int oldHealth = health; health = newHealth; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, BuildPackage.HEALTH_REPORT__HEALTH, oldHealth, health)); + eNotify(new ENotificationImpl(this, Notification.SET, BuildPackage.HEALTH_REPORT__HEALTH, oldHealth, + health)); } /** diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/ParameterDefinition.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/ParameterDefinition.java index eab1528..802774f 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/ParameterDefinition.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/ParameterDefinition.java @@ -184,7 +184,8 @@ public NotificationChain basicSetContainingBuildPlan(IBuildPlan newContainingBui */ public void setContainingBuildPlan(IBuildPlan newContainingBuildPlan) { if (newContainingBuildPlan != eInternalContainer() - || (eContainerFeatureID() != BuildPackage.PARAMETER_DEFINITION__CONTAINING_BUILD_PLAN && newContainingBuildPlan != null)) { + || (eContainerFeatureID() != BuildPackage.PARAMETER_DEFINITION__CONTAINING_BUILD_PLAN + && newContainingBuildPlan != null)) { if (EcoreUtil.isAncestor(this, (EObject) newContainingBuildPlan)) throw new IllegalArgumentException("Recursive containment not allowed for " + toString()); //$NON-NLS-1$ NotificationChain msgs = null; diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/StringParameterDefinition.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/StringParameterDefinition.java index 11dd977..ce4c900 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/StringParameterDefinition.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/StringParameterDefinition.java @@ -17,7 +17,8 @@ *

    * The following features are implemented: *

      - *
    • {@link org.eclipse.mylyn.builds.internal.core.StringParameterDefinition#getDefaultValue Default Value}
    • + *
    • {@link org.eclipse.mylyn.builds.internal.core.StringParameterDefinition#getDefaultValue Default + * Value}
    • *
    *

    * diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/TestCase.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/TestCase.java index 1709ec8..09ceaa8 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/TestCase.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/TestCase.java @@ -203,7 +203,8 @@ public void setSkipped(boolean newSkipped) { boolean oldSkipped = skipped; skipped = newSkipped; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, BuildPackage.TEST_CASE__SKIPPED, oldSkipped, skipped)); + eNotify(new ENotificationImpl(this, Notification.SET, BuildPackage.TEST_CASE__SKIPPED, oldSkipped, + skipped)); } /** @@ -299,7 +300,8 @@ public void setMessage(String newMessage) { String oldMessage = message; message = newMessage; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, BuildPackage.TEST_CASE__MESSAGE, oldMessage, message)); + eNotify(new ENotificationImpl(this, Notification.SET, BuildPackage.TEST_CASE__MESSAGE, oldMessage, + message)); } /** diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/TestElement.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/TestElement.java index 08e28db..04c9d1c 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/TestElement.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/TestElement.java @@ -229,7 +229,8 @@ public void setOutput(String newOutput) { String oldOutput = output; output = newOutput; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, BuildPackage.TEST_ELEMENT__OUTPUT, oldOutput, output)); + eNotify(new ENotificationImpl(this, Notification.SET, BuildPackage.TEST_ELEMENT__OUTPUT, oldOutput, + output)); } /** diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/TestSuite.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/TestSuite.java index 0f13c3d..e185d4d 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/TestSuite.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/TestSuite.java @@ -129,7 +129,8 @@ public void setResult(ITestResult newResult) { if (msgs != null) msgs.dispatch(); } else if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, BuildPackage.TEST_SUITE__RESULT, newResult, newResult)); + eNotify(new ENotificationImpl(this, Notification.SET, BuildPackage.TEST_SUITE__RESULT, newResult, + newResult)); } /** diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/operations/GetBuildOutputOperation.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/operations/GetBuildOutputOperation.java index 9c03e83..8c2c8f4 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/operations/GetBuildOutputOperation.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/operations/GetBuildOutputOperation.java @@ -47,8 +47,8 @@ public BufferedReader getInput() { public static abstract class BuildOutputReader { - public abstract void handle(BuildOutputEvent event, IOperationMonitor monitor) throws IOException, - CoreException; + public abstract void handle(BuildOutputEvent event, IOperationMonitor monitor) + throws IOException, CoreException; public abstract void done(); @@ -80,8 +80,8 @@ public void doGetOutput(IBuild build, IOperationMonitor monitor) throws CoreExce in.close(); } } catch (IOException e) { - throw new CoreException(new Status(IStatus.ERROR, BuildsCorePlugin.ID_PLUGIN, - "Failed to retrieve build output", e)); + throw new CoreException( + new Status(IStatus.ERROR, BuildsCorePlugin.ID_PLUGIN, "Failed to retrieve build output", e)); } finally { reader.done(); } @@ -89,16 +89,16 @@ public void doGetOutput(IBuild build, IOperationMonitor monitor) throws CoreExce @Override protected BuildJob doCreateJob(final IBuild build) { - return new BuildJob(NLS.bind("Retrieving Output for Build {0}#{1}", build.getPlan() == null - ? "Unknown" - : build.getPlan().getLabel(), build.getLabel())) { + return new BuildJob(NLS.bind("Retrieving Output for Build {0}#{1}", + build.getPlan() == null ? "Unknown" : build.getPlan().getLabel(), build.getLabel())) { @Override protected IStatus doExecute(IOperationMonitor monitor) { try { doGetOutput(build, monitor); } catch (CoreException e) { - setStatus(new Status(IStatus.ERROR, BuildsCorePlugin.ID_PLUGIN, NLS.bind( - "Unexpected error while retrieving output for build ''{0}''.", build.getName()), e)); + setStatus(new Status(IStatus.ERROR, BuildsCorePlugin.ID_PLUGIN, + NLS.bind("Unexpected error while retrieving output for build ''{0}''.", build.getName()), + e)); } catch (OperationCanceledException e) { return Status.CANCEL_STATUS; } diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/operations/GetBuildsOperation.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/operations/GetBuildsOperation.java index 8f23d0b..3c0d84e 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/operations/GetBuildsOperation.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/operations/GetBuildsOperation.java @@ -58,8 +58,8 @@ protected IStatus doExecute(IOperationMonitor progress) { try { builds = server.getBehaviour().getBuilds(request, progress); } catch (CoreException e) { - result.add(new Status(IStatus.ERROR, BuildsCorePlugin.ID_PLUGIN, NLS.bind( - "Getting build ''{0}'' failed", request.getPlan().getName()), e)); + result.add(new Status(IStatus.ERROR, BuildsCorePlugin.ID_PLUGIN, + NLS.bind("Getting build ''{0}'' failed", request.getPlan().getName()), e)); } catch (OperationCanceledException e) { return Status.CANCEL_STATUS; } diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/operations/RefreshConfigurationOperation.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/operations/RefreshConfigurationOperation.java index 91e7a40..7aa2f18 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/operations/RefreshConfigurationOperation.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/operations/RefreshConfigurationOperation.java @@ -59,8 +59,8 @@ protected IStatus doExecute(IOperationMonitor progress) { progress.subTask(NLS.bind("{0}", server.getLabel())); doRefresh((BuildServer) server, progress.newChild(1)); } catch (CoreException e) { - result.add(new Status(IStatus.ERROR, BuildsCorePlugin.ID_PLUGIN, NLS.bind( - "Refresh of server ''{0}'' failed", server.getName()), e)); + result.add(new Status(IStatus.ERROR, BuildsCorePlugin.ID_PLUGIN, + NLS.bind("Refresh of server ''{0}'' failed", server.getName()), e)); } catch (OperationCanceledException e) { return Status.CANCEL_STATUS; } diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/operations/RefreshOperation.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/operations/RefreshOperation.java index 6340d85..7acd708 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/operations/RefreshOperation.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/operations/RefreshOperation.java @@ -75,8 +75,8 @@ protected IStatus doExecute(IOperationMonitor progress) { RefreshRequest request = new RefreshRequest(model, plansToRefresh); ((BuildServer) data.server).getRefreshSession().refresh(request, progress.newChild(1)); } catch (CoreException e) { - setStatus(new Status(IStatus.ERROR, BuildsCorePlugin.ID_PLUGIN, NLS.bind( - "Refresh of server ''{0}'' failed", data.server.getLabel()), e)); + setStatus(new Status(IStatus.ERROR, BuildsCorePlugin.ID_PLUGIN, + NLS.bind("Refresh of server ''{0}'' failed", data.server.getLabel()), e)); } catch (OperationCanceledException e) { return Status.CANCEL_STATUS; } diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/operations/RunBuildOperation.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/operations/RunBuildOperation.java index 4013eff..2765256 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/operations/RunBuildOperation.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/operations/RunBuildOperation.java @@ -55,8 +55,8 @@ protected IStatus doExecute(IOperationMonitor progress) { try { server.getBehaviour().runBuild(request, progress); } catch (CoreException e) { - result.add(new Status(IStatus.ERROR, BuildsCorePlugin.ID_PLUGIN, NLS.bind( - "Running build ''{0}'' failed", request.getPlan().getName()), e)); + result.add(new Status(IStatus.ERROR, BuildsCorePlugin.ID_PLUGIN, + NLS.bind("Running build ''{0}'' failed", request.getPlan().getName()), e)); } catch (OperationCanceledException e) { return Status.CANCEL_STATUS; } diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/util/BuildModelManager.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/util/BuildModelManager.java index 8f4db02..18c4508 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/util/BuildModelManager.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/util/BuildModelManager.java @@ -72,12 +72,12 @@ public BuildModelManager(File file, IBuildLoader buildLoader) { } } } else { - StatusHandler.log(new Status(IStatus.ERROR, BuildsCorePlugin.ID_PLUGIN, NLS.bind( - "Unexpected content while loading builds from ''{0}''", file.getAbsolutePath()))); + StatusHandler.log(new Status(IStatus.ERROR, BuildsCorePlugin.ID_PLUGIN, + NLS.bind("Unexpected content while loading builds from ''{0}''", file.getAbsolutePath()))); } } catch (RuntimeException e) { - StatusHandler.log(new Status(IStatus.ERROR, BuildsCorePlugin.ID_PLUGIN, NLS.bind( - "Unexpected error while loading builds from ''{0}''", file.getAbsolutePath()), e)); + StatusHandler.log(new Status(IStatus.ERROR, BuildsCorePlugin.ID_PLUGIN, + NLS.bind("Unexpected error while loading builds from ''{0}''", file.getAbsolutePath()), e)); } } if (model == null) { diff --git a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/util/BuildRunner.java b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/util/BuildRunner.java index bb9ba0f..687f553 100644 --- a/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/util/BuildRunner.java +++ b/org.eclipse.mylyn.builds.core/src/org/eclipse/mylyn/builds/internal/core/util/BuildRunner.java @@ -24,8 +24,8 @@ */ public class BuildRunner { - private static void handleException(BuildRunnable code, Throwable exception) throws CoreException, - OperationCanceledException { + private static void handleException(BuildRunnable code, Throwable exception) + throws CoreException, OperationCanceledException { if (exception instanceof OperationCanceledException) { throw (OperationCanceledException) exception; } @@ -39,8 +39,8 @@ private static void handleException(BuildRunnable code, Throwable exception) thr "Unexpected error during invocation of operation", exception)); } - private static void handleException(BuildRunnableWithResult code, Throwable exception) throws CoreException, - OperationCanceledException { + private static void handleException(BuildRunnableWithResult code, Throwable exception) + throws CoreException, OperationCanceledException { if (exception instanceof OperationCanceledException) { throw (OperationCanceledException) exception; } diff --git a/org.eclipse.mylyn.builds.tests/src/org/eclipse/mylyn/builds/tests/ui/BuildsViewTest.java b/org.eclipse.mylyn.builds.tests/src/org/eclipse/mylyn/builds/tests/ui/BuildsViewTest.java index 69bb50b..f7c6fe1 100644 --- a/org.eclipse.mylyn.builds.tests/src/org/eclipse/mylyn/builds/tests/ui/BuildsViewTest.java +++ b/org.eclipse.mylyn.builds.tests/src/org/eclipse/mylyn/builds/tests/ui/BuildsViewTest.java @@ -62,7 +62,8 @@ public void testGetBuildsSummary() throws Exception { assertEquals("3 Succeeded, 2 Unstable, 1 Failed", view.getBuildsSummary().toString()); } - private void assertBuildSummary(BuildsSummary buildsSummary, boolean isSuccess, boolean isUnstable, boolean isFailed) { + private void assertBuildSummary(BuildsSummary buildsSummary, boolean isSuccess, boolean isUnstable, + boolean isFailed) { assertEquals(isSuccess, buildsSummary.isSuccess()); assertEquals(isUnstable, buildsSummary.isUnstable()); assertEquals(isFailed, buildsSummary.isFailed()); diff --git a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/builds/ui/spi/BuildServerWizard.java b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/builds/ui/spi/BuildServerWizard.java index 63d404e..e5e8f49 100644 --- a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/builds/ui/spi/BuildServerWizard.java +++ b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/builds/ui/spi/BuildServerWizard.java @@ -123,8 +123,9 @@ public boolean performFinish() { try { BuildsUiInternal.save(); } catch (IOException e) { - StatusManager.getManager().handle( - new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, "Unexpected error while saving builds", e)); + StatusManager.getManager() + .handle(new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, "Unexpected error while saving builds", + e)); } return true; diff --git a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/BuildConnectorDescriptor.java b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/BuildConnectorDescriptor.java index b1cb1e1..d724a1b 100644 --- a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/BuildConnectorDescriptor.java +++ b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/BuildConnectorDescriptor.java @@ -57,8 +57,8 @@ public IStatus createCore() { object.getClass().getCanonicalName(), getPluginId())); } } catch (Throwable e) { - return new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, NLS.bind( - "Connector core failed to load for extension contributed by {0}", getPluginId()), e); //$NON-NLS-1$ + return new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, + NLS.bind("Connector core failed to load for extension contributed by {0}", getPluginId()), e); //$NON-NLS-1$ } } @@ -78,13 +78,13 @@ public IStatus createUi() { ui.init(core, getElement()); return Status.OK_STATUS; } else { - return new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, NLS.bind( - "Connector ui ''{0}'' does not extend expected class for extension contributed by {1}", //$NON-NLS-1$ - object.getClass().getCanonicalName(), getPluginId())); + return new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, + NLS.bind("Connector ui ''{0}'' does not extend expected class for extension contributed by {1}", //$NON-NLS-1$ + object.getClass().getCanonicalName(), getPluginId())); } } catch (Throwable e) { - return new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, NLS.bind( - "Connector ui failed to load for extension contributed by {0}", getPluginId()), e); //$NON-NLS-1$ + return new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, + NLS.bind("Connector ui failed to load for extension contributed by {0}", getPluginId()), e); //$NON-NLS-1$ } } diff --git a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/BuildsPreferencesPage.java b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/BuildsPreferencesPage.java index 8e9d52e..e62f830 100644 --- a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/BuildsPreferencesPage.java +++ b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/BuildsPreferencesPage.java @@ -91,8 +91,8 @@ public void init(IWorkbench workbench) { } public void reset() { - intervalText.setText(String.valueOf(getPreferenceStore().getLong(BuildsUiInternal.PREF_AUTO_REFRESH_INTERVAL) - / MILLIS_PER_MINUTE)); + intervalText.setText(String.valueOf( + getPreferenceStore().getLong(BuildsUiInternal.PREF_AUTO_REFRESH_INTERVAL) / MILLIS_PER_MINUTE)); enableRefreshButton.setSelection(getPreferenceStore().getBoolean(BuildsUiInternal.PREF_AUTO_REFRESH_ENABLED)); refreshOnFocusButton.setSelection(getPreferenceStore().getBoolean(BuildsUiInternal.PREF_REFRESH_ON_FOCUS)); @@ -120,12 +120,12 @@ private long getRefreshInterval() { @Override protected void performDefaults() { - intervalText.setText(String.valueOf(getPreferenceStore().getDefaultLong( - BuildsUiInternal.PREF_AUTO_REFRESH_INTERVAL) - / MILLIS_PER_MINUTE)); - enableRefreshButton.setSelection(getPreferenceStore().getDefaultBoolean( - BuildsUiInternal.PREF_AUTO_REFRESH_ENABLED)); - refreshOnFocusButton.setSelection(getPreferenceStore().getDefaultBoolean(BuildsUiInternal.PREF_REFRESH_ON_FOCUS)); + intervalText.setText(String.valueOf( + getPreferenceStore().getDefaultLong(BuildsUiInternal.PREF_AUTO_REFRESH_INTERVAL) / MILLIS_PER_MINUTE)); + enableRefreshButton + .setSelection(getPreferenceStore().getDefaultBoolean(BuildsUiInternal.PREF_AUTO_REFRESH_ENABLED)); + refreshOnFocusButton + .setSelection(getPreferenceStore().getDefaultBoolean(BuildsUiInternal.PREF_REFRESH_ON_FOCUS)); updateEnablement(); } diff --git a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/BuildsUiInternal.java b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/BuildsUiInternal.java index 8161d07..176cdf3 100644 --- a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/BuildsUiInternal.java +++ b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/BuildsUiInternal.java @@ -102,53 +102,37 @@ protected void checkDisplay() { public BuildServerBehaviour loadBehaviour(BuildServer server) throws CoreException { String connectorKind = server.getConnectorKind(); if (connectorKind == null) { - throw new CoreException(new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, NLS.bind( - "Loading of connector for server ''{0}'' failed. No connector kind was specified.", - server.getName()))); + throw new CoreException(new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, + NLS.bind("Loading of connector for server ''{0}'' failed. No connector kind was specified.", + server.getName()))); } BuildConnector connector = BuildsUi.getConnector(connectorKind); if (connector == null) { - throw new CoreException(new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, NLS.bind( - "Loading of connector for server ''{0}'' failed. Connector kind ''{1}'' is not known.", - server.getName(), connectorKind))); + throw new CoreException(new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, + NLS.bind("Loading of connector for server ''{0}'' failed. Connector kind ''{1}'' is not known.", + server.getName(), connectorKind))); } BuildServerBehaviour behaviour; try { behaviour = connector.getBehaviour(server.getLocation()); } catch (Exception e) { - throw new CoreException( - new Status( - IStatus.ERROR, - BuildsUiPlugin.ID_PLUGIN, - NLS.bind( - "Unexpected error during loading of connector for server ''{0}'' with connector kind ''{1}'' failed.", - server.getName(), connectorKind), e)); + throw new CoreException(new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, NLS.bind( + "Unexpected error during loading of connector for server ''{0}'' with connector kind ''{1}'' failed.", + server.getName(), connectorKind), e)); } catch (LinkageError e) { - throw new CoreException( - new Status( - IStatus.ERROR, - BuildsUiPlugin.ID_PLUGIN, - NLS.bind( - "Unexpected error during loading of connector for server ''{0}'' with connector kind ''{1}'' failed.", - server.getName(), connectorKind), e)); + throw new CoreException(new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, NLS.bind( + "Unexpected error during loading of connector for server ''{0}'' with connector kind ''{1}'' failed.", + server.getName(), connectorKind), e)); } catch (AssertionError e) { - throw new CoreException( - new Status( - IStatus.ERROR, - BuildsUiPlugin.ID_PLUGIN, - NLS.bind( - "Unexpected error during loading of connector for server ''{0}'' with connector kind ''{1}'' failed.", - server.getName(), connectorKind), e)); + throw new CoreException(new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, NLS.bind( + "Unexpected error during loading of connector for server ''{0}'' with connector kind ''{1}'' failed.", + server.getName(), connectorKind), e)); } if (behaviour == null) { - throw new CoreException( - new Status( - IStatus.ERROR, - BuildsUiPlugin.ID_PLUGIN, - NLS.bind( - "Unexpected error during loading of connector for server ''{0}'' with connector kind ''{1}'' failed, returned behaviour object is null.", - server.getName(), connectorKind))); + throw new CoreException(new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, NLS.bind( + "Unexpected error during loading of connector for server ''{0}'' with connector kind ''{1}'' failed, returned behaviour object is null.", + server.getName(), connectorKind))); } return behaviour; } diff --git a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/BuildsUiPlugin.java b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/BuildsUiPlugin.java index 158b82c..fa991d1 100644 --- a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/BuildsUiPlugin.java +++ b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/BuildsUiPlugin.java @@ -68,8 +68,9 @@ public void stop(BundleContext context) throws Exception { try { BuildsUiInternal.save(); } catch (IOException e) { - StatusManager.getManager().handle( - new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, "Unexpected error while saving builds", e)); + StatusManager.getManager() + .handle(new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, "Unexpected error while saving builds", + e)); } super.stop(context); instance = null; @@ -115,9 +116,9 @@ public void run() { try { BuildsUiInternal.save(); } catch (IOException e) { - StatusManager.getManager().handle( - new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, "Unexpected error while saving builds", - e)); + StatusManager.getManager() + .handle(new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, + "Unexpected error while saving builds", e)); } } }); @@ -149,9 +150,9 @@ private static void runStartupExtension(IConfigurationElement configurationEleme try { Object object = configurationElement.createExecutableExtension(ELEMENT_CLASS); if (!(object instanceof BuildsUiStartup)) { - StatusHandler.log(new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, NLS.bind( - "Startup extension failed: {0} does notimplement {1}", //$NON-NLS-1$ - object.getClass().getCanonicalName(), BuildsUiStartup.class.getCanonicalName()))); + StatusHandler.log(new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, + NLS.bind("Startup extension failed: {0} does notimplement {1}", //$NON-NLS-1$ + object.getClass().getCanonicalName(), BuildsUiStartup.class.getCanonicalName()))); return; } final BuildsUiStartup startup = (BuildsUiStartup) object; diff --git a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/actions/NewTaskFromBuildAction.java b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/actions/NewTaskFromBuildAction.java index 3ff5fca..0452549 100644 --- a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/actions/NewTaskFromBuildAction.java +++ b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/actions/NewTaskFromBuildAction.java @@ -108,7 +108,8 @@ public String getDescription() { public static void appendFailed(StringBuilder sb, List suites) { for (ITestSuite suite : suites) { for (ITestCase testCase : suite.getCases()) { - if (testCase.getStatus() == TestCaseResult.FAILED || testCase.getStatus() == TestCaseResult.REGRESSION) { + if (testCase.getStatus() == TestCaseResult.FAILED + || testCase.getStatus() == TestCaseResult.REGRESSION) { append(sb, testCase); } } diff --git a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/actions/ShowHistoryAction.java b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/actions/ShowHistoryAction.java index 9741176..68028bb 100644 --- a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/actions/ShowHistoryAction.java +++ b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/actions/ShowHistoryAction.java @@ -45,9 +45,11 @@ protected boolean updateSelection(IStructuredSelection selection) { public void run() { Object selection = getStructuredSelection().getFirstElement(); if (selection instanceof IBuildPlan) { - TeamUI.showHistoryFor(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage(), selection, null); + TeamUI.showHistoryFor(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage(), selection, + null); } else if (selection instanceof IBuild) { - TeamUI.showHistoryFor(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage(), selection, null); + TeamUI.showHistoryFor(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage(), selection, + null); } } diff --git a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/commands/DeleteBuildElementHandler.java b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/commands/DeleteBuildElementHandler.java index cb294dd..b89006d 100644 --- a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/commands/DeleteBuildElementHandler.java +++ b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/commands/DeleteBuildElementHandler.java @@ -40,10 +40,11 @@ public Object execute(ExecutionEvent event) throws ExecutionException { if (item instanceof IBuildServer) { IBuildServer server = (IBuildServer) item; boolean deleteConfirmed = MessageDialog.openQuestion( - PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), - "Delete Build Server", - NLS.bind("Are you sure you want to delete build server \"{0}\"?\n" - + "You will also lose the settings for the builds that you watched.", server.getLabel())); + PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), "Delete Build Server", + NLS.bind( + "Are you sure you want to delete build server \"{0}\"?\n" + + "You will also lose the settings for the builds that you watched.", + server.getLabel())); if (deleteConfirmed) { List plans = BuildsUiInternal.getModel().getPlans((IBuildServer) item); diff --git a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/console/BuildConsole.java b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/console/BuildConsole.java index 7e87ab5..1e98c69 100644 --- a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/console/BuildConsole.java +++ b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/console/BuildConsole.java @@ -61,9 +61,10 @@ public BuildConsole(IConsoleManager consoleManager, BuildModel model, IBuild bui public MessageConsole show() { if (console == null) { - console = new MessageConsole(NLS.bind("Output for Build {0}#{1}", build.getPlan() == null - ? "Unknown" - : build.getPlan().getLabel(), build.getLabel()), CONSOLE_TYPE, BuildImages.CONSOLE, true); + console = new MessageConsole( + NLS.bind("Output for Build {0}#{1}", + build.getPlan() == null ? "Unknown" : build.getPlan().getLabel(), build.getLabel()), + CONSOLE_TYPE, BuildImages.CONSOLE, true); consoleManager.addConsoles(new IConsole[] { console }); console.setAttribute(ATTRIBUTE_BUILD, build); @@ -87,8 +88,8 @@ private void doGetOutput() { operation = new GetBuildOutputOperation(BuildsUiInternal.getOperationService(), build, new BuildOutputReader() { @Override - public void handle(BuildOutputEvent event, IOperationMonitor monitor) throws IOException, - CoreException { + public void handle(BuildOutputEvent event, IOperationMonitor monitor) + throws IOException, CoreException { BufferedReader reader = event.getInput(); String line; while ((line = reader.readLine()) != null) { diff --git a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/editor/ChangesPart.java b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/editor/ChangesPart.java index 60dcd8a..6fe7309 100644 --- a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/editor/ChangesPart.java +++ b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/editor/ChangesPart.java @@ -242,9 +242,9 @@ public void run(IProgressMonitor monitor) throws InvocationTargetException, Inte "Could not determine change revisions for the selected file", null, IMessageProvider.WARNING); } } catch (InvocationTargetException e) { - StatusManager.getManager().handle( - new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, "Unexpected error", e), - StatusManager.SHOW | StatusManager.LOG); + StatusManager.getManager() + .handle(new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, "Unexpected error", e), + StatusManager.SHOW | StatusManager.LOG); } catch (InterruptedException e) { // ignore } diff --git a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/editor/Messages.java b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/editor/Messages.java index 0576764..9cf77f6 100644 --- a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/editor/Messages.java +++ b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/editor/Messages.java @@ -28,6 +28,7 @@ public class Messages extends NLS { public static String BuildEditor_X_Failed_Retrieve_Build_Information; public static String BuildEditor_X_Retrieving_Build; + public static String HeaderPart_Build; public static String HeaderPart_Duration; diff --git a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/util/TestResultManager.java b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/util/TestResultManager.java index dedb695..af9da54 100644 --- a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/util/TestResultManager.java +++ b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/util/TestResultManager.java @@ -223,9 +223,9 @@ public static void showInJUnitView(final IBuild build) { Assert.isNotNull(build); if (!isJUnitAvailable()) { - StatusManager.getManager().handle( - new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, "JUnit is not installed."), //$NON-NLS-1$ - StatusManager.SHOW | StatusManager.BLOCK); + StatusManager.getManager() + .handle(new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, "JUnit is not installed."), //$NON-NLS-1$ + StatusManager.SHOW | StatusManager.BLOCK); return; } diff --git a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/util/TestResultSession.java b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/util/TestResultSession.java index f1f593e..1a7bc32 100644 --- a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/util/TestResultSession.java +++ b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/util/TestResultSession.java @@ -33,8 +33,8 @@ class TestResultSession extends TestRunSession { TestResultSession(IBuild build) { - super(NLS.bind("Test Results for Build {0}#{1}", build.getPlan() == null ? "Unknown" : build.getPlan() - .getLabel(), build.getLabel()), null); + super(NLS.bind("Test Results for Build {0}#{1}", + build.getPlan() == null ? "Unknown" : build.getPlan().getLabel(), build.getLabel()), null); } // Eclipse 3.5 and earlier @@ -67,8 +67,8 @@ public void run(IProgressMonitor monitor) throws CoreException { if (testName != null) { typeName += "." + testName + "()"; //$NON-NLS-1$ //$NON-NLS-2$ } - throw new CoreException(new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, NLS.bind( - "Launch failed: Test ''{0}'' not found in workspace.", typeName))); + throw new CoreException(new Status(IStatus.ERROR, BuildsUiPlugin.ID_PLUGIN, + NLS.bind("Launch failed: Test ''{0}'' not found in workspace.", typeName))); } JUnitLaunchShortcut shortcut = new JUnitLaunchShortcut(); shortcut.launch(new StructuredSelection(result.get()), launchMode); diff --git a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/view/OpenBuildsPreferencesAction.java b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/view/OpenBuildsPreferencesAction.java index 04f2569..4eea254 100644 --- a/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/view/OpenBuildsPreferencesAction.java +++ b/org.eclipse.mylyn.builds.ui/src/org/eclipse/mylyn/internal/builds/ui/view/OpenBuildsPreferencesAction.java @@ -30,8 +30,8 @@ public OpenBuildsPreferencesAction() { @Override public void run() { PreferenceDialog dlg = PreferencesUtil.createPreferenceDialogOn(WorkbenchUtil.getShell(), - BuildsUiInternal.ID_PREFERENCE_PAGE_BUILDS, - new String[] { BuildsUiInternal.ID_PREFERENCE_PAGE_BUILDS }, null); + BuildsUiInternal.ID_PREFERENCE_PAGE_BUILDS, new String[] { BuildsUiInternal.ID_PREFERENCE_PAGE_BUILDS }, + null); dlg.open(); } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixBuild.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixBuild.java index d588d01..00388d7 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixBuild.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixBuild.java @@ -22,11 +22,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.matrix.MatrixBuild complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.matrix.MatrixBuild complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.matrix.MatrixBuild">
    @@ -39,47 +39,34 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.matrix.MatrixBuild", propOrder = { - "run" -}) +@XmlType(name = "hudson.matrix.MatrixBuild", propOrder = { "run" }) @SuppressWarnings("all") -public class HudsonMatrixMatrixBuild - extends HudsonModelAbstractBuild -{ +public class HudsonMatrixMatrixBuild extends HudsonModelAbstractBuild { - protected List run; + protected List run; - /** - * Gets the value of the run property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the run property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getRun().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link HudsonMatrixMatrixRun } - * - * - */ - public List getRun() { - if (run == null) { - run = new ArrayList(); - } - return this.run; - } + /** + * Gets the value of the run property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the run property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getRun().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link HudsonMatrixMatrixRun } + */ + public List getRun() { + if (run == null) { + run = new ArrayList(); + } + return this.run; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixConfiguration.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixConfiguration.java index c0f73bc..18eac54 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixConfiguration.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixConfiguration.java @@ -20,11 +20,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.matrix.MatrixConfiguration complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.matrix.MatrixConfiguration complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.matrix.MatrixConfiguration">
    @@ -36,15 +36,10 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "hudson.matrix.MatrixConfiguration") @SuppressWarnings("all") -public class HudsonMatrixMatrixConfiguration - extends HudsonModelProject -{ - +public class HudsonMatrixMatrixConfiguration extends HudsonModelProject { } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixProject.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixProject.java index 2d080f5..13e9b6a 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixProject.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixProject.java @@ -22,11 +22,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.matrix.MatrixProject complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.matrix.MatrixProject complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.matrix.MatrixProject">
    @@ -39,47 +39,34 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.matrix.MatrixProject", propOrder = { - "activeConfiguration" -}) +@XmlType(name = "hudson.matrix.MatrixProject", propOrder = { "activeConfiguration" }) @SuppressWarnings("all") -public class HudsonMatrixMatrixProject - extends HudsonModelAbstractProject -{ +public class HudsonMatrixMatrixProject extends HudsonModelAbstractProject { - protected List activeConfiguration; + protected List activeConfiguration; - /** - * Gets the value of the activeConfiguration property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the activeConfiguration property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getActiveConfiguration().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link HudsonMatrixMatrixConfiguration } - * - * - */ - public List getActiveConfiguration() { - if (activeConfiguration == null) { - activeConfiguration = new ArrayList(); - } - return this.activeConfiguration; - } + /** + * Gets the value of the activeConfiguration property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the activeConfiguration property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getActiveConfiguration().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link HudsonMatrixMatrixConfiguration } + */ + public List getActiveConfiguration() { + if (activeConfiguration == null) { + activeConfiguration = new ArrayList(); + } + return this.activeConfiguration; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixRun.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixRun.java index 6b1a2b9..bdb51b4 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixRun.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixRun.java @@ -20,11 +20,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.matrix.MatrixRun complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.matrix.MatrixRun complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.matrix.MatrixRun">
    @@ -36,15 +36,10 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "hudson.matrix.MatrixRun") @SuppressWarnings("all") -public class HudsonMatrixMatrixRun - extends HudsonModelBuild -{ - +public class HudsonMatrixMatrixRun extends HudsonModelBuild { } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenAbstractMavenBuild.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenAbstractMavenBuild.java index 438e79c..cc34354 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenAbstractMavenBuild.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenAbstractMavenBuild.java @@ -21,11 +21,11 @@ import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.maven.AbstractMavenBuild complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.maven.AbstractMavenBuild complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.maven.AbstractMavenBuild">
    @@ -37,18 +37,11 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "hudson.maven.AbstractMavenBuild") -@XmlSeeAlso({ - HudsonMavenMavenModuleSetBuild.class -}) +@XmlSeeAlso({ HudsonMavenMavenModuleSetBuild.class }) @SuppressWarnings("all") -public class HudsonMavenAbstractMavenBuild - extends HudsonModelAbstractBuild -{ - +public class HudsonMavenAbstractMavenBuild extends HudsonModelAbstractBuild { } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenMavenModuleSetBuild.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenMavenModuleSetBuild.java index fcd822a..e49efc5 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenMavenModuleSetBuild.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenMavenModuleSetBuild.java @@ -20,11 +20,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.maven.MavenModuleSetBuild complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.maven.MavenModuleSetBuild complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.maven.MavenModuleSetBuild">
    @@ -36,15 +36,10 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "hudson.maven.MavenModuleSetBuild") @SuppressWarnings("all") -public class HudsonMavenMavenModuleSetBuild - extends HudsonMavenAbstractMavenBuild -{ - +public class HudsonMavenMavenModuleSetBuild extends HudsonMavenAbstractMavenBuild { } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenReportersSurefireAggregatedReport.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenReportersSurefireAggregatedReport.java index 9a0c6e8..8461ff8 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenReportersSurefireAggregatedReport.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenReportersSurefireAggregatedReport.java @@ -20,11 +20,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.maven.reporters.SurefireAggregatedReport complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.maven.reporters.SurefireAggregatedReport complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.maven.reporters.SurefireAggregatedReport">
    @@ -36,15 +36,10 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "hudson.maven.reporters.SurefireAggregatedReport") @SuppressWarnings("all") -public class HudsonMavenReportersSurefireAggregatedReport - extends HudsonTasksTestAggregatedTestResultAction -{ - +public class HudsonMavenReportersSurefireAggregatedReport extends HudsonTasksTestAggregatedTestResultAction { } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractBuild.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractBuild.java index f9c0254..ee98197 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractBuild.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractBuild.java @@ -22,11 +22,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.AbstractBuild complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.AbstractBuild complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.AbstractBuild">
    @@ -41,99 +41,76 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.model.AbstractBuild", propOrder = { - "builtOn", - "changeSet", - "culprit" -}) +@XmlType(name = "hudson.model.AbstractBuild", propOrder = { "builtOn", "changeSet", "culprit" }) @SuppressWarnings("all") -public class HudsonModelAbstractBuild - extends HudsonModelRun -{ +public class HudsonModelAbstractBuild extends HudsonModelRun { + + protected String builtOn; + + protected HudsonScmChangeLogSet changeSet; - protected String builtOn; - protected HudsonScmChangeLogSet changeSet; - protected List culprit; + protected List culprit; - /** - * Gets the value of the builtOn property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBuiltOn() { - return builtOn; - } + /** + * Gets the value of the builtOn property. + * + * @return possible object is {@link String } + */ + public String getBuiltOn() { + return builtOn; + } - /** - * Sets the value of the builtOn property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBuiltOn(String value) { - this.builtOn = value; - } + /** + * Sets the value of the builtOn property. + * + * @param value + * allowed object is {@link String } + */ + public void setBuiltOn(String value) { + this.builtOn = value; + } - /** - * Gets the value of the changeSet property. - * - * @return - * possible object is - * {@link HudsonScmChangeLogSet } - * - */ - public HudsonScmChangeLogSet getChangeSet() { - return changeSet; - } + /** + * Gets the value of the changeSet property. + * + * @return possible object is {@link HudsonScmChangeLogSet } + */ + public HudsonScmChangeLogSet getChangeSet() { + return changeSet; + } - /** - * Sets the value of the changeSet property. - * - * @param value - * allowed object is - * {@link HudsonScmChangeLogSet } - * - */ - public void setChangeSet(HudsonScmChangeLogSet value) { - this.changeSet = value; - } + /** + * Sets the value of the changeSet property. + * + * @param value + * allowed object is {@link HudsonScmChangeLogSet } + */ + public void setChangeSet(HudsonScmChangeLogSet value) { + this.changeSet = value; + } - /** - * Gets the value of the culprit property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the culprit property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getCulprit().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link HudsonModelUser } - * - * - */ - public List getCulprit() { - if (culprit == null) { - culprit = new ArrayList(); - } - return this.culprit; - } + /** + * Gets the value of the culprit property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the culprit property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getCulprit().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link HudsonModelUser } + */ + public List getCulprit() { + if (culprit == null) { + culprit = new ArrayList(); + } + return this.culprit; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractItem.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractItem.java index 9f11413..560b662 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractItem.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractItem.java @@ -21,11 +21,11 @@ import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.AbstractItem complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.AbstractItem complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.AbstractItem">
    @@ -41,123 +41,95 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.model.AbstractItem", propOrder = { - "description", - "displayName", - "name", - "url" -}) -@XmlSeeAlso({ - HudsonModelJob.class -}) +@XmlType(name = "hudson.model.AbstractItem", propOrder = { "description", "displayName", "name", "url" }) +@XmlSeeAlso({ HudsonModelJob.class }) @SuppressWarnings("all") -public class HudsonModelAbstractItem - extends HudsonModelActionable -{ - - protected String description; - protected String displayName; - protected String name; - protected String url; - - /** - * Gets the value of the description property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDescription() { - return description; - } - - /** - * Sets the value of the description property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDescription(String value) { - this.description = value; - } - - /** - * Gets the value of the displayName property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDisplayName() { - return displayName; - } - - /** - * Sets the value of the displayName property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDisplayName(String value) { - this.displayName = value; - } - - /** - * Gets the value of the name property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Sets the value of the name property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * Gets the value of the url property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUrl() { - return url; - } - - /** - * Sets the value of the url property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUrl(String value) { - this.url = value; - } +public class HudsonModelAbstractItem extends HudsonModelActionable { + + protected String description; + + protected String displayName; + + protected String name; + + protected String url; + + /** + * Gets the value of the description property. + * + * @return possible object is {@link String } + */ + public String getDescription() { + return description; + } + + /** + * Sets the value of the description property. + * + * @param value + * allowed object is {@link String } + */ + public void setDescription(String value) { + this.description = value; + } + + /** + * Gets the value of the displayName property. + * + * @return possible object is {@link String } + */ + public String getDisplayName() { + return displayName; + } + + /** + * Sets the value of the displayName property. + * + * @param value + * allowed object is {@link String } + */ + public void setDisplayName(String value) { + this.displayName = value; + } + + /** + * Gets the value of the name property. + * + * @return possible object is {@link String } + */ + public String getName() { + return name; + } + + /** + * Sets the value of the name property. + * + * @param value + * allowed object is {@link String } + */ + public void setName(String value) { + this.name = value; + } + + /** + * Gets the value of the url property. + * + * @return possible object is {@link String } + */ + public String getUrl() { + return url; + } + + /** + * Sets the value of the url property. + * + * @param value + * allowed object is {@link String } + */ + public void setUrl(String value) { + this.url = value; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractProject.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractProject.java index 620cf2e..59800b3 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractProject.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractProject.java @@ -23,11 +23,11 @@ import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.AbstractProject complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.AbstractProject complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.AbstractProject">
    @@ -43,125 +43,97 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.model.AbstractProject", propOrder = { - "concurrentBuild", - "downstreamProject", - "scm", - "upstreamProject" -}) -@XmlSeeAlso({ - HudsonModelProject.class -}) +@XmlType(name = "hudson.model.AbstractProject", propOrder = { "concurrentBuild", "downstreamProject", "scm", + "upstreamProject" }) +@XmlSeeAlso({ HudsonModelProject.class }) @SuppressWarnings("all") -public class HudsonModelAbstractProject - extends HudsonModelJob -{ +public class HudsonModelAbstractProject extends HudsonModelJob { + + protected boolean concurrentBuild; + + protected List downstreamProject; + + protected HudsonScmSCM scm; - protected boolean concurrentBuild; - protected List downstreamProject; - protected HudsonScmSCM scm; - protected List upstreamProject; + protected List upstreamProject; - /** - * Gets the value of the concurrentBuild property. - * - */ - public boolean isConcurrentBuild() { - return concurrentBuild; - } + /** + * Gets the value of the concurrentBuild property. + */ + public boolean isConcurrentBuild() { + return concurrentBuild; + } - /** - * Sets the value of the concurrentBuild property. - * - */ - public void setConcurrentBuild(boolean value) { - this.concurrentBuild = value; - } + /** + * Sets the value of the concurrentBuild property. + */ + public void setConcurrentBuild(boolean value) { + this.concurrentBuild = value; + } - /** - * Gets the value of the downstreamProject property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the downstreamProject property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getDownstreamProject().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link HudsonModelAbstractProject } - * - * - */ - public List getDownstreamProject() { - if (downstreamProject == null) { - downstreamProject = new ArrayList(); - } - return this.downstreamProject; - } + /** + * Gets the value of the downstreamProject property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the downstreamProject property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getDownstreamProject().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link HudsonModelAbstractProject } + */ + public List getDownstreamProject() { + if (downstreamProject == null) { + downstreamProject = new ArrayList(); + } + return this.downstreamProject; + } - /** - * Gets the value of the scm property. - * - * @return - * possible object is - * {@link HudsonScmSCM } - * - */ - public HudsonScmSCM getScm() { - return scm; - } + /** + * Gets the value of the scm property. + * + * @return possible object is {@link HudsonScmSCM } + */ + public HudsonScmSCM getScm() { + return scm; + } - /** - * Sets the value of the scm property. - * - * @param value - * allowed object is - * {@link HudsonScmSCM } - * - */ - public void setScm(HudsonScmSCM value) { - this.scm = value; - } + /** + * Sets the value of the scm property. + * + * @param value + * allowed object is {@link HudsonScmSCM } + */ + public void setScm(HudsonScmSCM value) { + this.scm = value; + } - /** - * Gets the value of the upstreamProject property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the upstreamProject property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getUpstreamProject().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link HudsonModelAbstractProject } - * - * - */ - public List getUpstreamProject() { - if (upstreamProject == null) { - upstreamProject = new ArrayList(); - } - return this.upstreamProject; - } + /** + * Gets the value of the upstreamProject property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the upstreamProject property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getUpstreamProject().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link HudsonModelAbstractProject } + */ + public List getUpstreamProject() { + if (upstreamProject == null) { + upstreamProject = new ArrayList(); + } + return this.upstreamProject; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelActionable.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelActionable.java index b6ac28a..173812d 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelActionable.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelActionable.java @@ -23,11 +23,11 @@ import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.Actionable complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.Actionable complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.Actionable">
    @@ -40,48 +40,35 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.model.Actionable", propOrder = { - "action" -}) -@XmlSeeAlso({ - HudsonModelRun.class -}) +@XmlType(name = "hudson.model.Actionable", propOrder = { "action" }) +@XmlSeeAlso({ HudsonModelRun.class }) @SuppressWarnings("all") public class HudsonModelActionable { - protected List action; + protected List action; - /** - * Gets the value of the action property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the action property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getAction().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link Object } - * - * - */ - public List getAction() { - if (action == null) { - action = new ArrayList(); - } - return this.action; - } + /** + * Gets the value of the action property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the action property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getAction().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link Object } + */ + public List getAction() { + if (action == null) { + action = new ArrayList(); + } + return this.action; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelBallColor.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelBallColor.java index 54a74a8..e2bfdba 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelBallColor.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelBallColor.java @@ -20,12 +20,13 @@ import javax.xml.bind.annotation.XmlEnumValue; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.BallColor. - * - *

    The following schema fragment specifies the expected content contained within this class. *

    + * Java class for hudson.model.BallColor. + *

    + * The following schema fragment specifies the expected content contained within this class. + *

    + * *

      * <simpleType name="hudson.model.BallColor">
      *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
    @@ -46,7 +47,6 @@
      *   </restriction>
      * </simpleType>
      * 
    - * */ @XmlType(name = "hudson.model.BallColor") @XmlEnum @@ -54,37 +54,23 @@ public enum HudsonModelBallColor { @XmlEnumValue("red") - RED("red"), - @XmlEnumValue("red_anime") - RED_ANIME("red_anime"), - @XmlEnumValue("yellow") - YELLOW("yellow"), - @XmlEnumValue("yellow_anime") - YELLOW_ANIME("yellow_anime"), - @XmlEnumValue("blue") - BLUE("blue"), - @XmlEnumValue("blue_anime") - BLUE_ANIME("blue_anime"), - @XmlEnumValue("grey") - GREY("grey"), - @XmlEnumValue("grey_anime") - GREY_ANIME("grey_anime"), - @XmlEnumValue("disabled") - DISABLED("disabled"), - @XmlEnumValue("disabled_anime") - DISABLED_ANIME("disabled_anime"), - @XmlEnumValue("aborted") - ABORTED("aborted"), - @XmlEnumValue("aborted_anime") - ABORTED_ANIME("aborted_anime"), - @XmlEnumValue("green") - GREEN("green"), - @XmlEnumValue("green_anime") - GREEN_ANIME("green_anime"), - @XmlEnumValue("notbuilt") - NOTBUILT("notbuilt"), - @XmlEnumValue("notbuilt_anime") + RED("red"), @XmlEnumValue("red_anime") + RED_ANIME("red_anime"), @XmlEnumValue("yellow") + YELLOW("yellow"), @XmlEnumValue("yellow_anime") + YELLOW_ANIME("yellow_anime"), @XmlEnumValue("blue") + BLUE("blue"), @XmlEnumValue("blue_anime") + BLUE_ANIME("blue_anime"), @XmlEnumValue("grey") + GREY("grey"), @XmlEnumValue("grey_anime") + GREY_ANIME("grey_anime"), @XmlEnumValue("disabled") + DISABLED("disabled"), @XmlEnumValue("disabled_anime") + DISABLED_ANIME("disabled_anime"), @XmlEnumValue("aborted") + ABORTED("aborted"), @XmlEnumValue("aborted_anime") + ABORTED_ANIME("aborted_anime"), @XmlEnumValue("green") + GREEN("green"), @XmlEnumValue("green_anime") + GREEN_ANIME("green_anime"), @XmlEnumValue("notbuilt") + NOTBUILT("notbuilt"), @XmlEnumValue("notbuilt_anime") NOTBUILT_ANIME("notbuilt_anime"); + private final String value; HudsonModelBallColor(String v) { @@ -96,7 +82,7 @@ public String value() { } public static HudsonModelBallColor fromValue(String v) { - for (HudsonModelBallColor c: HudsonModelBallColor.values()) { + for (HudsonModelBallColor c : HudsonModelBallColor.values()) { if (c.value.equals(v)) { return c; } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelBuild.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelBuild.java index d0186d1..ef91301 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelBuild.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelBuild.java @@ -21,11 +21,11 @@ import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.Build complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.Build complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.Build">
    @@ -37,18 +37,11 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "hudson.model.Build") -@XmlSeeAlso({ - HudsonModelFreeStyleBuild.class -}) +@XmlSeeAlso({ HudsonModelFreeStyleBuild.class }) @SuppressWarnings("all") -public class HudsonModelBuild - extends HudsonModelAbstractBuild -{ - +public class HudsonModelBuild extends HudsonModelAbstractBuild { } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelFreeStyleBuild.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelFreeStyleBuild.java index 8b4602f..9b1f7bb 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelFreeStyleBuild.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelFreeStyleBuild.java @@ -20,11 +20,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.FreeStyleBuild complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.FreeStyleBuild complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.FreeStyleBuild">
    @@ -36,15 +36,10 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "hudson.model.FreeStyleBuild") @SuppressWarnings("all") -public class HudsonModelFreeStyleBuild - extends HudsonModelBuild -{ - +public class HudsonModelFreeStyleBuild extends HudsonModelBuild { } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelFreeStyleProject.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelFreeStyleProject.java index e95603a..824a6da 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelFreeStyleProject.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelFreeStyleProject.java @@ -20,11 +20,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.FreeStyleProject complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.FreeStyleProject complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.FreeStyleProject">
    @@ -36,15 +36,10 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "hudson.model.FreeStyleProject") @SuppressWarnings("all") -public class HudsonModelFreeStyleProject - extends HudsonModelProject -{ - +public class HudsonModelFreeStyleProject extends HudsonModelProject { } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelHealthReport.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelHealthReport.java index 39f8ea2..d5ebbf2 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelHealthReport.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelHealthReport.java @@ -20,11 +20,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.HealthReport complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.HealthReport complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.HealthReport">
    @@ -39,84 +39,68 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.model.HealthReport", propOrder = { - "description", - "iconUrl", - "score" -}) +@XmlType(name = "hudson.model.HealthReport", propOrder = { "description", "iconUrl", "score" }) @SuppressWarnings("all") public class HudsonModelHealthReport { - protected String description; - protected String iconUrl; - protected int score; + protected String description; + + protected String iconUrl; + + protected int score; - /** - * Gets the value of the description property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDescription() { - return description; - } + /** + * Gets the value of the description property. + * + * @return possible object is {@link String } + */ + public String getDescription() { + return description; + } - /** - * Sets the value of the description property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDescription(String value) { - this.description = value; - } + /** + * Sets the value of the description property. + * + * @param value + * allowed object is {@link String } + */ + public void setDescription(String value) { + this.description = value; + } - /** - * Gets the value of the iconUrl property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getIconUrl() { - return iconUrl; - } + /** + * Gets the value of the iconUrl property. + * + * @return possible object is {@link String } + */ + public String getIconUrl() { + return iconUrl; + } - /** - * Sets the value of the iconUrl property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setIconUrl(String value) { - this.iconUrl = value; - } + /** + * Sets the value of the iconUrl property. + * + * @param value + * allowed object is {@link String } + */ + public void setIconUrl(String value) { + this.iconUrl = value; + } - /** - * Gets the value of the score property. - * - */ - public int getScore() { - return score; - } + /** + * Gets the value of the score property. + */ + public int getScore() { + return score; + } - /** - * Sets the value of the score property. - * - */ - public void setScore(int value) { - this.score = value; - } + /** + * Sets the value of the score property. + */ + public void setScore(int value) { + this.score = value; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelHudson.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelHudson.java index 226f7f2..d6b197e 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelHudson.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelHudson.java @@ -22,11 +22,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.Hudson complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.Hudson complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.Hudson">
    @@ -46,210 +46,170 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.model.Hudson", propOrder = { - "description", - "job", - "overallLoad", - "primaryView", - "slaveAgentPort", - "useCrumbs", - "useSecurity", - "view" -}) +@XmlType(name = "hudson.model.Hudson", propOrder = { "description", "job", "overallLoad", "primaryView", + "slaveAgentPort", "useCrumbs", "useSecurity", "view" }) @SuppressWarnings("all") -public class HudsonModelHudson - extends HudsonModelNode -{ - - protected String description; - protected List job; - protected HudsonModelOverallLoadStatistics overallLoad; - protected HudsonModelView primaryView; - protected int slaveAgentPort; - protected boolean useCrumbs; - protected boolean useSecurity; - protected List view; - - /** - * Gets the value of the description property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDescription() { - return description; - } - - /** - * Sets the value of the description property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDescription(String value) { - this.description = value; - } - - /** - * Gets the value of the job property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the job property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getJob().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link Object } - * - * - */ - public List getJob() { - if (job == null) { - job = new ArrayList(); - } - return this.job; - } - - /** - * Gets the value of the overallLoad property. - * - * @return - * possible object is - * {@link HudsonModelOverallLoadStatistics } - * - */ - public HudsonModelOverallLoadStatistics getOverallLoad() { - return overallLoad; - } - - /** - * Sets the value of the overallLoad property. - * - * @param value - * allowed object is - * {@link HudsonModelOverallLoadStatistics } - * - */ - public void setOverallLoad(HudsonModelOverallLoadStatistics value) { - this.overallLoad = value; - } - - /** - * Gets the value of the primaryView property. - * - * @return - * possible object is - * {@link HudsonModelView } - * - */ - public HudsonModelView getPrimaryView() { - return primaryView; - } - - /** - * Sets the value of the primaryView property. - * - * @param value - * allowed object is - * {@link HudsonModelView } - * - */ - public void setPrimaryView(HudsonModelView value) { - this.primaryView = value; - } - - /** - * Gets the value of the slaveAgentPort property. - * - */ - public int getSlaveAgentPort() { - return slaveAgentPort; - } - - /** - * Sets the value of the slaveAgentPort property. - * - */ - public void setSlaveAgentPort(int value) { - this.slaveAgentPort = value; - } - - /** - * Gets the value of the useCrumbs property. - * - */ - public boolean isUseCrumbs() { - return useCrumbs; - } - - /** - * Sets the value of the useCrumbs property. - * - */ - public void setUseCrumbs(boolean value) { - this.useCrumbs = value; - } - - /** - * Gets the value of the useSecurity property. - * - */ - public boolean isUseSecurity() { - return useSecurity; - } - - /** - * Sets the value of the useSecurity property. - * - */ - public void setUseSecurity(boolean value) { - this.useSecurity = value; - } - - /** - * Gets the value of the view property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the view property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getView().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link HudsonModelView } - * - * - */ - public List getView() { - if (view == null) { - view = new ArrayList(); - } - return this.view; - } +public class HudsonModelHudson extends HudsonModelNode { + + protected String description; + + protected List job; + + protected HudsonModelOverallLoadStatistics overallLoad; + + protected HudsonModelView primaryView; + + protected int slaveAgentPort; + + protected boolean useCrumbs; + + protected boolean useSecurity; + + protected List view; + + /** + * Gets the value of the description property. + * + * @return possible object is {@link String } + */ + public String getDescription() { + return description; + } + + /** + * Sets the value of the description property. + * + * @param value + * allowed object is {@link String } + */ + public void setDescription(String value) { + this.description = value; + } + + /** + * Gets the value of the job property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the job property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getJob().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link Object } + */ + public List getJob() { + if (job == null) { + job = new ArrayList(); + } + return this.job; + } + + /** + * Gets the value of the overallLoad property. + * + * @return possible object is {@link HudsonModelOverallLoadStatistics } + */ + public HudsonModelOverallLoadStatistics getOverallLoad() { + return overallLoad; + } + + /** + * Sets the value of the overallLoad property. + * + * @param value + * allowed object is {@link HudsonModelOverallLoadStatistics } + */ + public void setOverallLoad(HudsonModelOverallLoadStatistics value) { + this.overallLoad = value; + } + + /** + * Gets the value of the primaryView property. + * + * @return possible object is {@link HudsonModelView } + */ + public HudsonModelView getPrimaryView() { + return primaryView; + } + + /** + * Sets the value of the primaryView property. + * + * @param value + * allowed object is {@link HudsonModelView } + */ + public void setPrimaryView(HudsonModelView value) { + this.primaryView = value; + } + + /** + * Gets the value of the slaveAgentPort property. + */ + public int getSlaveAgentPort() { + return slaveAgentPort; + } + + /** + * Sets the value of the slaveAgentPort property. + */ + public void setSlaveAgentPort(int value) { + this.slaveAgentPort = value; + } + + /** + * Gets the value of the useCrumbs property. + */ + public boolean isUseCrumbs() { + return useCrumbs; + } + + /** + * Sets the value of the useCrumbs property. + */ + public void setUseCrumbs(boolean value) { + this.useCrumbs = value; + } + + /** + * Gets the value of the useSecurity property. + */ + public boolean isUseSecurity() { + return useSecurity; + } + + /** + * Sets the value of the useSecurity property. + */ + public void setUseSecurity(boolean value) { + this.useSecurity = value; + } + + /** + * Gets the value of the view property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the view property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getView().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link HudsonModelView } + */ + public List getView() { + if (view == null) { + view = new ArrayList(); + } + return this.view; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelJob.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelJob.java index f86a704..f4e6113 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelJob.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelJob.java @@ -23,11 +23,11 @@ import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.Job complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.Job complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.Job">
    @@ -54,392 +54,317 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.model.Job", propOrder = { - "buildable", - "build", - "color", - "firstBuild", - "healthReport", - "inQueue", - "keepDependencies", - "lastBuild", - "lastCompletedBuild", - "lastFailedBuild", - "lastStableBuild", - "lastSuccessfulBuild", - "nextBuildNumber", - "property", - "queueItem" -}) -@XmlSeeAlso({ - HudsonModelAbstractProject.class -}) +@XmlType(name = "hudson.model.Job", propOrder = { "buildable", "build", "color", "firstBuild", "healthReport", + "inQueue", "keepDependencies", "lastBuild", "lastCompletedBuild", "lastFailedBuild", "lastStableBuild", + "lastSuccessfulBuild", "nextBuildNumber", "property", "queueItem" }) +@XmlSeeAlso({ HudsonModelAbstractProject.class }) @SuppressWarnings("all") -public class HudsonModelJob - extends HudsonModelAbstractItem -{ - - protected boolean buildable; - protected List build; - protected HudsonModelBallColor color; - protected HudsonModelRun firstBuild; - protected List healthReport; - protected boolean inQueue; - protected boolean keepDependencies; - protected HudsonModelRun lastBuild; - protected HudsonModelRun lastCompletedBuild; - protected HudsonModelRun lastFailedBuild; - protected HudsonModelRun lastStableBuild; - protected HudsonModelRun lastSuccessfulBuild; - protected int nextBuildNumber; - protected List property; - protected HudsonModelQueueItem queueItem; - - /** - * Gets the value of the buildable property. - * - */ - public boolean isBuildable() { - return buildable; - } - - /** - * Sets the value of the buildable property. - * - */ - public void setBuildable(boolean value) { - this.buildable = value; - } - - /** - * Gets the value of the build property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the build property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getBuild().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link HudsonModelRun } - * - * - */ - public List getBuild() { - if (build == null) { - build = new ArrayList(); - } - return this.build; - } - - /** - * Gets the value of the color property. - * - * @return - * possible object is - * {@link HudsonModelBallColor } - * - */ - public HudsonModelBallColor getColor() { - return color; - } - - /** - * Sets the value of the color property. - * - * @param value - * allowed object is - * {@link HudsonModelBallColor } - * - */ - public void setColor(HudsonModelBallColor value) { - this.color = value; - } - - /** - * Gets the value of the firstBuild property. - * - * @return - * possible object is - * {@link HudsonModelRun } - * - */ - public HudsonModelRun getFirstBuild() { - return firstBuild; - } - - /** - * Sets the value of the firstBuild property. - * - * @param value - * allowed object is - * {@link HudsonModelRun } - * - */ - public void setFirstBuild(HudsonModelRun value) { - this.firstBuild = value; - } - - /** - * Gets the value of the healthReport property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the healthReport property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getHealthReport().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link HudsonModelHealthReport } - * - * - */ - public List getHealthReport() { - if (healthReport == null) { - healthReport = new ArrayList(); - } - return this.healthReport; - } - - /** - * Gets the value of the inQueue property. - * - */ - public boolean isInQueue() { - return inQueue; - } - - /** - * Sets the value of the inQueue property. - * - */ - public void setInQueue(boolean value) { - this.inQueue = value; - } - - /** - * Gets the value of the keepDependencies property. - * - */ - public boolean isKeepDependencies() { - return keepDependencies; - } - - /** - * Sets the value of the keepDependencies property. - * - */ - public void setKeepDependencies(boolean value) { - this.keepDependencies = value; - } - - /** - * Gets the value of the lastBuild property. - * - * @return - * possible object is - * {@link HudsonModelRun } - * - */ - public HudsonModelRun getLastBuild() { - return lastBuild; - } - - /** - * Sets the value of the lastBuild property. - * - * @param value - * allowed object is - * {@link HudsonModelRun } - * - */ - public void setLastBuild(HudsonModelRun value) { - this.lastBuild = value; - } - - /** - * Gets the value of the lastCompletedBuild property. - * - * @return - * possible object is - * {@link HudsonModelRun } - * - */ - public HudsonModelRun getLastCompletedBuild() { - return lastCompletedBuild; - } - - /** - * Sets the value of the lastCompletedBuild property. - * - * @param value - * allowed object is - * {@link HudsonModelRun } - * - */ - public void setLastCompletedBuild(HudsonModelRun value) { - this.lastCompletedBuild = value; - } - - /** - * Gets the value of the lastFailedBuild property. - * - * @return - * possible object is - * {@link HudsonModelRun } - * - */ - public HudsonModelRun getLastFailedBuild() { - return lastFailedBuild; - } - - /** - * Sets the value of the lastFailedBuild property. - * - * @param value - * allowed object is - * {@link HudsonModelRun } - * - */ - public void setLastFailedBuild(HudsonModelRun value) { - this.lastFailedBuild = value; - } - - /** - * Gets the value of the lastStableBuild property. - * - * @return - * possible object is - * {@link HudsonModelRun } - * - */ - public HudsonModelRun getLastStableBuild() { - return lastStableBuild; - } - - /** - * Sets the value of the lastStableBuild property. - * - * @param value - * allowed object is - * {@link HudsonModelRun } - * - */ - public void setLastStableBuild(HudsonModelRun value) { - this.lastStableBuild = value; - } - - /** - * Gets the value of the lastSuccessfulBuild property. - * - * @return - * possible object is - * {@link HudsonModelRun } - * - */ - public HudsonModelRun getLastSuccessfulBuild() { - return lastSuccessfulBuild; - } - - /** - * Sets the value of the lastSuccessfulBuild property. - * - * @param value - * allowed object is - * {@link HudsonModelRun } - * - */ - public void setLastSuccessfulBuild(HudsonModelRun value) { - this.lastSuccessfulBuild = value; - } - - /** - * Gets the value of the nextBuildNumber property. - * - */ - public int getNextBuildNumber() { - return nextBuildNumber; - } - - /** - * Sets the value of the nextBuildNumber property. - * - */ - public void setNextBuildNumber(int value) { - this.nextBuildNumber = value; - } - - /** - * Gets the value of the property property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the property property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getProperty().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link HudsonModelJobProperty } - * - * - */ - public List getProperty() { - if (property == null) { - property = new ArrayList(); - } - return this.property; - } - - /** - * Gets the value of the queueItem property. - * - * @return - * possible object is - * {@link HudsonModelQueueItem } - * - */ - public HudsonModelQueueItem getQueueItem() { - return queueItem; - } - - /** - * Sets the value of the queueItem property. - * - * @param value - * allowed object is - * {@link HudsonModelQueueItem } - * - */ - public void setQueueItem(HudsonModelQueueItem value) { - this.queueItem = value; - } +public class HudsonModelJob extends HudsonModelAbstractItem { + + protected boolean buildable; + + protected List build; + + protected HudsonModelBallColor color; + + protected HudsonModelRun firstBuild; + + protected List healthReport; + + protected boolean inQueue; + + protected boolean keepDependencies; + + protected HudsonModelRun lastBuild; + + protected HudsonModelRun lastCompletedBuild; + + protected HudsonModelRun lastFailedBuild; + + protected HudsonModelRun lastStableBuild; + + protected HudsonModelRun lastSuccessfulBuild; + + protected int nextBuildNumber; + + protected List property; + + protected HudsonModelQueueItem queueItem; + + /** + * Gets the value of the buildable property. + */ + public boolean isBuildable() { + return buildable; + } + + /** + * Sets the value of the buildable property. + */ + public void setBuildable(boolean value) { + this.buildable = value; + } + + /** + * Gets the value of the build property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the build property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getBuild().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link HudsonModelRun } + */ + public List getBuild() { + if (build == null) { + build = new ArrayList(); + } + return this.build; + } + + /** + * Gets the value of the color property. + * + * @return possible object is {@link HudsonModelBallColor } + */ + public HudsonModelBallColor getColor() { + return color; + } + + /** + * Sets the value of the color property. + * + * @param value + * allowed object is {@link HudsonModelBallColor } + */ + public void setColor(HudsonModelBallColor value) { + this.color = value; + } + + /** + * Gets the value of the firstBuild property. + * + * @return possible object is {@link HudsonModelRun } + */ + public HudsonModelRun getFirstBuild() { + return firstBuild; + } + + /** + * Sets the value of the firstBuild property. + * + * @param value + * allowed object is {@link HudsonModelRun } + */ + public void setFirstBuild(HudsonModelRun value) { + this.firstBuild = value; + } + + /** + * Gets the value of the healthReport property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the healthReport property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getHealthReport().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link HudsonModelHealthReport } + */ + public List getHealthReport() { + if (healthReport == null) { + healthReport = new ArrayList(); + } + return this.healthReport; + } + + /** + * Gets the value of the inQueue property. + */ + public boolean isInQueue() { + return inQueue; + } + + /** + * Sets the value of the inQueue property. + */ + public void setInQueue(boolean value) { + this.inQueue = value; + } + + /** + * Gets the value of the keepDependencies property. + */ + public boolean isKeepDependencies() { + return keepDependencies; + } + + /** + * Sets the value of the keepDependencies property. + */ + public void setKeepDependencies(boolean value) { + this.keepDependencies = value; + } + + /** + * Gets the value of the lastBuild property. + * + * @return possible object is {@link HudsonModelRun } + */ + public HudsonModelRun getLastBuild() { + return lastBuild; + } + + /** + * Sets the value of the lastBuild property. + * + * @param value + * allowed object is {@link HudsonModelRun } + */ + public void setLastBuild(HudsonModelRun value) { + this.lastBuild = value; + } + + /** + * Gets the value of the lastCompletedBuild property. + * + * @return possible object is {@link HudsonModelRun } + */ + public HudsonModelRun getLastCompletedBuild() { + return lastCompletedBuild; + } + + /** + * Sets the value of the lastCompletedBuild property. + * + * @param value + * allowed object is {@link HudsonModelRun } + */ + public void setLastCompletedBuild(HudsonModelRun value) { + this.lastCompletedBuild = value; + } + + /** + * Gets the value of the lastFailedBuild property. + * + * @return possible object is {@link HudsonModelRun } + */ + public HudsonModelRun getLastFailedBuild() { + return lastFailedBuild; + } + + /** + * Sets the value of the lastFailedBuild property. + * + * @param value + * allowed object is {@link HudsonModelRun } + */ + public void setLastFailedBuild(HudsonModelRun value) { + this.lastFailedBuild = value; + } + + /** + * Gets the value of the lastStableBuild property. + * + * @return possible object is {@link HudsonModelRun } + */ + public HudsonModelRun getLastStableBuild() { + return lastStableBuild; + } + + /** + * Sets the value of the lastStableBuild property. + * + * @param value + * allowed object is {@link HudsonModelRun } + */ + public void setLastStableBuild(HudsonModelRun value) { + this.lastStableBuild = value; + } + + /** + * Gets the value of the lastSuccessfulBuild property. + * + * @return possible object is {@link HudsonModelRun } + */ + public HudsonModelRun getLastSuccessfulBuild() { + return lastSuccessfulBuild; + } + + /** + * Sets the value of the lastSuccessfulBuild property. + * + * @param value + * allowed object is {@link HudsonModelRun } + */ + public void setLastSuccessfulBuild(HudsonModelRun value) { + this.lastSuccessfulBuild = value; + } + + /** + * Gets the value of the nextBuildNumber property. + */ + public int getNextBuildNumber() { + return nextBuildNumber; + } + + /** + * Sets the value of the nextBuildNumber property. + */ + public void setNextBuildNumber(int value) { + this.nextBuildNumber = value; + } + + /** + * Gets the value of the property property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the property property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getProperty().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link HudsonModelJobProperty } + */ + public List getProperty() { + if (property == null) { + property = new ArrayList(); + } + return this.property; + } + + /** + * Gets the value of the queueItem property. + * + * @return possible object is {@link HudsonModelQueueItem } + */ + public HudsonModelQueueItem getQueueItem() { + return queueItem; + } + + /** + * Sets the value of the queueItem property. + * + * @param value + * allowed object is {@link HudsonModelQueueItem } + */ + public void setQueueItem(HudsonModelQueueItem value) { + this.queueItem = value; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelJobProperty.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelJobProperty.java index 5610d65..9294b50 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelJobProperty.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelJobProperty.java @@ -20,11 +20,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.JobProperty complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.JobProperty complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.JobProperty">
    @@ -36,13 +36,10 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "hudson.model.JobProperty") @SuppressWarnings("all") public class HudsonModelJobProperty { - } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelLabel.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelLabel.java index d77a560..7b670a3 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelLabel.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelLabel.java @@ -22,11 +22,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.Label complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.Label complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.Label">
    @@ -48,257 +48,210 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.model.Label", propOrder = { - "busyExecutors", - "cloud", - "description", - "idleExecutors", - "loadStatistics", - "name", - "node", - "offline", - "tiedJob", - "totalExecutors" -}) +@XmlType(name = "hudson.model.Label", propOrder = { "busyExecutors", "cloud", "description", "idleExecutors", + "loadStatistics", "name", "node", "offline", "tiedJob", "totalExecutors" }) @SuppressWarnings("all") public class HudsonModelLabel { - protected int busyExecutors; - protected List cloud; - protected String description; - protected int idleExecutors; - protected HudsonModelLoadStatistics loadStatistics; - protected String name; - protected List node; - protected boolean offline; - protected List tiedJob; - protected int totalExecutors; - - /** - * Gets the value of the busyExecutors property. - * - */ - public int getBusyExecutors() { - return busyExecutors; - } - - /** - * Sets the value of the busyExecutors property. - * - */ - public void setBusyExecutors(int value) { - this.busyExecutors = value; - } - - /** - * Gets the value of the cloud property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the cloud property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getCloud().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link Object } - * - * - */ - public List getCloud() { - if (cloud == null) { - cloud = new ArrayList(); - } - return this.cloud; - } - - /** - * Gets the value of the description property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDescription() { - return description; - } - - /** - * Sets the value of the description property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDescription(String value) { - this.description = value; - } - - /** - * Gets the value of the idleExecutors property. - * - */ - public int getIdleExecutors() { - return idleExecutors; - } - - /** - * Sets the value of the idleExecutors property. - * - */ - public void setIdleExecutors(int value) { - this.idleExecutors = value; - } - - /** - * Gets the value of the loadStatistics property. - * - * @return - * possible object is - * {@link HudsonModelLoadStatistics } - * - */ - public HudsonModelLoadStatistics getLoadStatistics() { - return loadStatistics; - } - - /** - * Sets the value of the loadStatistics property. - * - * @param value - * allowed object is - * {@link HudsonModelLoadStatistics } - * - */ - public void setLoadStatistics(HudsonModelLoadStatistics value) { - this.loadStatistics = value; - } - - /** - * Gets the value of the name property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Sets the value of the name property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * Gets the value of the node property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the node property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getNode().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link HudsonModelNode } - * - * - */ - public List getNode() { - if (node == null) { - node = new ArrayList(); - } - return this.node; - } - - /** - * Gets the value of the offline property. - * - */ - public boolean isOffline() { - return offline; - } - - /** - * Sets the value of the offline property. - * - */ - public void setOffline(boolean value) { - this.offline = value; - } - - /** - * Gets the value of the tiedJob property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the tiedJob property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getTiedJob().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link HudsonModelAbstractProject } - * - * - */ - public List getTiedJob() { - if (tiedJob == null) { - tiedJob = new ArrayList(); - } - return this.tiedJob; - } - - /** - * Gets the value of the totalExecutors property. - * - */ - public int getTotalExecutors() { - return totalExecutors; - } - - /** - * Sets the value of the totalExecutors property. - * - */ - public void setTotalExecutors(int value) { - this.totalExecutors = value; - } + protected int busyExecutors; + + protected List cloud; + + protected String description; + + protected int idleExecutors; + + protected HudsonModelLoadStatistics loadStatistics; + + protected String name; + + protected List node; + + protected boolean offline; + + protected List tiedJob; + + protected int totalExecutors; + + /** + * Gets the value of the busyExecutors property. + */ + public int getBusyExecutors() { + return busyExecutors; + } + + /** + * Sets the value of the busyExecutors property. + */ + public void setBusyExecutors(int value) { + this.busyExecutors = value; + } + + /** + * Gets the value of the cloud property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the cloud property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getCloud().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link Object } + */ + public List getCloud() { + if (cloud == null) { + cloud = new ArrayList(); + } + return this.cloud; + } + + /** + * Gets the value of the description property. + * + * @return possible object is {@link String } + */ + public String getDescription() { + return description; + } + + /** + * Sets the value of the description property. + * + * @param value + * allowed object is {@link String } + */ + public void setDescription(String value) { + this.description = value; + } + + /** + * Gets the value of the idleExecutors property. + */ + public int getIdleExecutors() { + return idleExecutors; + } + + /** + * Sets the value of the idleExecutors property. + */ + public void setIdleExecutors(int value) { + this.idleExecutors = value; + } + + /** + * Gets the value of the loadStatistics property. + * + * @return possible object is {@link HudsonModelLoadStatistics } + */ + public HudsonModelLoadStatistics getLoadStatistics() { + return loadStatistics; + } + + /** + * Sets the value of the loadStatistics property. + * + * @param value + * allowed object is {@link HudsonModelLoadStatistics } + */ + public void setLoadStatistics(HudsonModelLoadStatistics value) { + this.loadStatistics = value; + } + + /** + * Gets the value of the name property. + * + * @return possible object is {@link String } + */ + public String getName() { + return name; + } + + /** + * Sets the value of the name property. + * + * @param value + * allowed object is {@link String } + */ + public void setName(String value) { + this.name = value; + } + + /** + * Gets the value of the node property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the node property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getNode().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link HudsonModelNode } + */ + public List getNode() { + if (node == null) { + node = new ArrayList(); + } + return this.node; + } + + /** + * Gets the value of the offline property. + */ + public boolean isOffline() { + return offline; + } + + /** + * Sets the value of the offline property. + */ + public void setOffline(boolean value) { + this.offline = value; + } + + /** + * Gets the value of the tiedJob property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the tiedJob property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getTiedJob().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link HudsonModelAbstractProject } + */ + public List getTiedJob() { + if (tiedJob == null) { + tiedJob = new ArrayList(); + } + return this.tiedJob; + } + + /** + * Gets the value of the totalExecutors property. + */ + public int getTotalExecutors() { + return totalExecutors; + } + + /** + * Sets the value of the totalExecutors property. + */ + public void setTotalExecutors(int value) { + this.totalExecutors = value; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelLoadStatistics.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelLoadStatistics.java index 55223a4..124b3a1 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelLoadStatistics.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelLoadStatistics.java @@ -21,11 +21,11 @@ import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.LoadStatistics complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.LoadStatistics complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.LoadStatistics">
    @@ -40,95 +40,74 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.model.LoadStatistics", propOrder = { - "busyExecutors", - "queueLength", - "totalExecutors" -}) -@XmlSeeAlso({ - HudsonModelOverallLoadStatistics.class -}) +@XmlType(name = "hudson.model.LoadStatistics", propOrder = { "busyExecutors", "queueLength", "totalExecutors" }) +@XmlSeeAlso({ HudsonModelOverallLoadStatistics.class }) @SuppressWarnings("all") public class HudsonModelLoadStatistics { - protected HudsonModelMultiStageTimeSeries busyExecutors; - protected HudsonModelMultiStageTimeSeries queueLength; - protected HudsonModelMultiStageTimeSeries totalExecutors; + protected HudsonModelMultiStageTimeSeries busyExecutors; + + protected HudsonModelMultiStageTimeSeries queueLength; + + protected HudsonModelMultiStageTimeSeries totalExecutors; - /** - * Gets the value of the busyExecutors property. - * - * @return - * possible object is - * {@link HudsonModelMultiStageTimeSeries } - * - */ - public HudsonModelMultiStageTimeSeries getBusyExecutors() { - return busyExecutors; - } + /** + * Gets the value of the busyExecutors property. + * + * @return possible object is {@link HudsonModelMultiStageTimeSeries } + */ + public HudsonModelMultiStageTimeSeries getBusyExecutors() { + return busyExecutors; + } - /** - * Sets the value of the busyExecutors property. - * - * @param value - * allowed object is - * {@link HudsonModelMultiStageTimeSeries } - * - */ - public void setBusyExecutors(HudsonModelMultiStageTimeSeries value) { - this.busyExecutors = value; - } + /** + * Sets the value of the busyExecutors property. + * + * @param value + * allowed object is {@link HudsonModelMultiStageTimeSeries } + */ + public void setBusyExecutors(HudsonModelMultiStageTimeSeries value) { + this.busyExecutors = value; + } - /** - * Gets the value of the queueLength property. - * - * @return - * possible object is - * {@link HudsonModelMultiStageTimeSeries } - * - */ - public HudsonModelMultiStageTimeSeries getQueueLength() { - return queueLength; - } + /** + * Gets the value of the queueLength property. + * + * @return possible object is {@link HudsonModelMultiStageTimeSeries } + */ + public HudsonModelMultiStageTimeSeries getQueueLength() { + return queueLength; + } - /** - * Sets the value of the queueLength property. - * - * @param value - * allowed object is - * {@link HudsonModelMultiStageTimeSeries } - * - */ - public void setQueueLength(HudsonModelMultiStageTimeSeries value) { - this.queueLength = value; - } + /** + * Sets the value of the queueLength property. + * + * @param value + * allowed object is {@link HudsonModelMultiStageTimeSeries } + */ + public void setQueueLength(HudsonModelMultiStageTimeSeries value) { + this.queueLength = value; + } - /** - * Gets the value of the totalExecutors property. - * - * @return - * possible object is - * {@link HudsonModelMultiStageTimeSeries } - * - */ - public HudsonModelMultiStageTimeSeries getTotalExecutors() { - return totalExecutors; - } + /** + * Gets the value of the totalExecutors property. + * + * @return possible object is {@link HudsonModelMultiStageTimeSeries } + */ + public HudsonModelMultiStageTimeSeries getTotalExecutors() { + return totalExecutors; + } - /** - * Sets the value of the totalExecutors property. - * - * @param value - * allowed object is - * {@link HudsonModelMultiStageTimeSeries } - * - */ - public void setTotalExecutors(HudsonModelMultiStageTimeSeries value) { - this.totalExecutors = value; - } + /** + * Sets the value of the totalExecutors property. + * + * @param value + * allowed object is {@link HudsonModelMultiStageTimeSeries } + */ + public void setTotalExecutors(HudsonModelMultiStageTimeSeries value) { + this.totalExecutors = value; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelMultiStageTimeSeries.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelMultiStageTimeSeries.java index 1076c77..5f21e75 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelMultiStageTimeSeries.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelMultiStageTimeSeries.java @@ -20,11 +20,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.MultiStageTimeSeries complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.MultiStageTimeSeries complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.MultiStageTimeSeries">
    @@ -39,92 +39,73 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.model.MultiStageTimeSeries", propOrder = { - "hour", - "min", - "sec10" -}) +@XmlType(name = "hudson.model.MultiStageTimeSeries", propOrder = { "hour", "min", "sec10" }) @SuppressWarnings("all") public class HudsonModelMultiStageTimeSeries { - protected HudsonModelTimeSeries hour; - protected HudsonModelTimeSeries min; - protected HudsonModelTimeSeries sec10; + protected HudsonModelTimeSeries hour; + + protected HudsonModelTimeSeries min; + + protected HudsonModelTimeSeries sec10; - /** - * Gets the value of the hour property. - * - * @return - * possible object is - * {@link HudsonModelTimeSeries } - * - */ - public HudsonModelTimeSeries getHour() { - return hour; - } + /** + * Gets the value of the hour property. + * + * @return possible object is {@link HudsonModelTimeSeries } + */ + public HudsonModelTimeSeries getHour() { + return hour; + } - /** - * Sets the value of the hour property. - * - * @param value - * allowed object is - * {@link HudsonModelTimeSeries } - * - */ - public void setHour(HudsonModelTimeSeries value) { - this.hour = value; - } + /** + * Sets the value of the hour property. + * + * @param value + * allowed object is {@link HudsonModelTimeSeries } + */ + public void setHour(HudsonModelTimeSeries value) { + this.hour = value; + } - /** - * Gets the value of the min property. - * - * @return - * possible object is - * {@link HudsonModelTimeSeries } - * - */ - public HudsonModelTimeSeries getMin() { - return min; - } + /** + * Gets the value of the min property. + * + * @return possible object is {@link HudsonModelTimeSeries } + */ + public HudsonModelTimeSeries getMin() { + return min; + } - /** - * Sets the value of the min property. - * - * @param value - * allowed object is - * {@link HudsonModelTimeSeries } - * - */ - public void setMin(HudsonModelTimeSeries value) { - this.min = value; - } + /** + * Sets the value of the min property. + * + * @param value + * allowed object is {@link HudsonModelTimeSeries } + */ + public void setMin(HudsonModelTimeSeries value) { + this.min = value; + } - /** - * Gets the value of the sec10 property. - * - * @return - * possible object is - * {@link HudsonModelTimeSeries } - * - */ - public HudsonModelTimeSeries getSec10() { - return sec10; - } + /** + * Gets the value of the sec10 property. + * + * @return possible object is {@link HudsonModelTimeSeries } + */ + public HudsonModelTimeSeries getSec10() { + return sec10; + } - /** - * Sets the value of the sec10 property. - * - * @param value - * allowed object is - * {@link HudsonModelTimeSeries } - * - */ - public void setSec10(HudsonModelTimeSeries value) { - this.sec10 = value; - } + /** + * Sets the value of the sec10 property. + * + * @param value + * allowed object is {@link HudsonModelTimeSeries } + */ + public void setSec10(HudsonModelTimeSeries value) { + this.sec10 = value; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelNode.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelNode.java index 29802c5..0a1d874 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelNode.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelNode.java @@ -23,11 +23,11 @@ import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.Node complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.Node complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.Node">
    @@ -44,144 +44,115 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.model.Node", propOrder = { - "assignedLabel", - "mode", - "nodeDescription", - "nodeName", - "numExecutors" -}) -@XmlSeeAlso({ - HudsonModelHudson.class -}) +@XmlType(name = "hudson.model.Node", propOrder = { "assignedLabel", "mode", "nodeDescription", "nodeName", + "numExecutors" }) +@XmlSeeAlso({ HudsonModelHudson.class }) @SuppressWarnings("all") public class HudsonModelNode { - protected List assignedLabel; - protected HudsonModelNodeMode mode; - protected String nodeDescription; - protected String nodeName; - protected int numExecutors; - - /** - * Gets the value of the assignedLabel property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the assignedLabel property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getAssignedLabel().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link HudsonModelLabel } - * - * - */ - public List getAssignedLabel() { - if (assignedLabel == null) { - assignedLabel = new ArrayList(); - } - return this.assignedLabel; - } - - /** - * Gets the value of the mode property. - * - * @return - * possible object is - * {@link HudsonModelNodeMode } - * - */ - public HudsonModelNodeMode getMode() { - return mode; - } - - /** - * Sets the value of the mode property. - * - * @param value - * allowed object is - * {@link HudsonModelNodeMode } - * - */ - public void setMode(HudsonModelNodeMode value) { - this.mode = value; - } - - /** - * Gets the value of the nodeDescription property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getNodeDescription() { - return nodeDescription; - } - - /** - * Sets the value of the nodeDescription property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setNodeDescription(String value) { - this.nodeDescription = value; - } - - /** - * Gets the value of the nodeName property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getNodeName() { - return nodeName; - } - - /** - * Sets the value of the nodeName property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setNodeName(String value) { - this.nodeName = value; - } - - /** - * Gets the value of the numExecutors property. - * - */ - public int getNumExecutors() { - return numExecutors; - } - - /** - * Sets the value of the numExecutors property. - * - */ - public void setNumExecutors(int value) { - this.numExecutors = value; - } + protected List assignedLabel; + + protected HudsonModelNodeMode mode; + + protected String nodeDescription; + + protected String nodeName; + + protected int numExecutors; + + /** + * Gets the value of the assignedLabel property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the assignedLabel property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getAssignedLabel().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link HudsonModelLabel } + */ + public List getAssignedLabel() { + if (assignedLabel == null) { + assignedLabel = new ArrayList(); + } + return this.assignedLabel; + } + + /** + * Gets the value of the mode property. + * + * @return possible object is {@link HudsonModelNodeMode } + */ + public HudsonModelNodeMode getMode() { + return mode; + } + + /** + * Sets the value of the mode property. + * + * @param value + * allowed object is {@link HudsonModelNodeMode } + */ + public void setMode(HudsonModelNodeMode value) { + this.mode = value; + } + + /** + * Gets the value of the nodeDescription property. + * + * @return possible object is {@link String } + */ + public String getNodeDescription() { + return nodeDescription; + } + + /** + * Sets the value of the nodeDescription property. + * + * @param value + * allowed object is {@link String } + */ + public void setNodeDescription(String value) { + this.nodeDescription = value; + } + + /** + * Gets the value of the nodeName property. + * + * @return possible object is {@link String } + */ + public String getNodeName() { + return nodeName; + } + + /** + * Sets the value of the nodeName property. + * + * @param value + * allowed object is {@link String } + */ + public void setNodeName(String value) { + this.nodeName = value; + } + + /** + * Gets the value of the numExecutors property. + */ + public int getNumExecutors() { + return numExecutors; + } + + /** + * Sets the value of the numExecutors property. + */ + public void setNumExecutors(int value) { + this.numExecutors = value; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelNodeMode.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelNodeMode.java index 249d6ad..32bd372 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelNodeMode.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelNodeMode.java @@ -19,12 +19,13 @@ import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.Node-Mode. - * - *

    The following schema fragment specifies the expected content contained within this class. *

    + * Java class for hudson.model.Node-Mode. + *

    + * The following schema fragment specifies the expected content contained within this class. + *

    + * *

      * <simpleType name="hudson.model.Node-Mode">
      *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
    @@ -33,22 +34,20 @@
      *   </restriction>
      * </simpleType>
      * 
    - * */ @XmlType(name = "hudson.model.Node-Mode") @XmlEnum @SuppressWarnings("all") public enum HudsonModelNodeMode { - NORMAL, - EXCLUSIVE; + NORMAL, EXCLUSIVE; - public String value() { - return name(); - } + public String value() { + return name(); + } - public static HudsonModelNodeMode fromValue(String v) { - return valueOf(v); - } + public static HudsonModelNodeMode fromValue(String v) { + return valueOf(v); + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelOverallLoadStatistics.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelOverallLoadStatistics.java index a63c32c..c9754a8 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelOverallLoadStatistics.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelOverallLoadStatistics.java @@ -20,11 +20,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.OverallLoadStatistics complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.OverallLoadStatistics complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.OverallLoadStatistics">
    @@ -37,42 +37,31 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.model.OverallLoadStatistics", propOrder = { - "totalQueueLength" -}) +@XmlType(name = "hudson.model.OverallLoadStatistics", propOrder = { "totalQueueLength" }) @SuppressWarnings("all") -public class HudsonModelOverallLoadStatistics - extends HudsonModelLoadStatistics -{ +public class HudsonModelOverallLoadStatistics extends HudsonModelLoadStatistics { - protected HudsonModelMultiStageTimeSeries totalQueueLength; + protected HudsonModelMultiStageTimeSeries totalQueueLength; - /** - * Gets the value of the totalQueueLength property. - * - * @return - * possible object is - * {@link HudsonModelMultiStageTimeSeries } - * - */ - public HudsonModelMultiStageTimeSeries getTotalQueueLength() { - return totalQueueLength; - } + /** + * Gets the value of the totalQueueLength property. + * + * @return possible object is {@link HudsonModelMultiStageTimeSeries } + */ + public HudsonModelMultiStageTimeSeries getTotalQueueLength() { + return totalQueueLength; + } - /** - * Sets the value of the totalQueueLength property. - * - * @param value - * allowed object is - * {@link HudsonModelMultiStageTimeSeries } - * - */ - public void setTotalQueueLength(HudsonModelMultiStageTimeSeries value) { - this.totalQueueLength = value; - } + /** + * Sets the value of the totalQueueLength property. + * + * @param value + * allowed object is {@link HudsonModelMultiStageTimeSeries } + */ + public void setTotalQueueLength(HudsonModelMultiStageTimeSeries value) { + this.totalQueueLength = value; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelProject.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelProject.java index 0fd58dd..b3c2d73 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelProject.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelProject.java @@ -21,11 +21,11 @@ import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.Project complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.Project complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.Project">
    @@ -37,18 +37,11 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "hudson.model.Project") -@XmlSeeAlso({ - HudsonModelFreeStyleProject.class -}) +@XmlSeeAlso({ HudsonModelFreeStyleProject.class }) @SuppressWarnings("all") -public class HudsonModelProject - extends HudsonModelAbstractProject -{ - +public class HudsonModelProject extends HudsonModelAbstractProject { } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelQueueItem.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelQueueItem.java index a6c52db..50a227d 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelQueueItem.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelQueueItem.java @@ -20,11 +20,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.Queue-Item complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.Queue-Item complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.Queue-Item">
    @@ -42,148 +42,121 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.model.Queue-Item", propOrder = { - "blocked", - "buildable", - "params", - "stuck", - "task", - "why" -}) +@XmlType(name = "hudson.model.Queue-Item", propOrder = { "blocked", "buildable", "params", "stuck", "task", "why" }) @SuppressWarnings("all") -public class HudsonModelQueueItem - extends HudsonModelActionable -{ - - protected boolean blocked; - protected boolean buildable; - protected String params; - protected boolean stuck; - protected Object task; - protected String why; - - /** - * Gets the value of the blocked property. - * - */ - public boolean isBlocked() { - return blocked; - } - - /** - * Sets the value of the blocked property. - * - */ - public void setBlocked(boolean value) { - this.blocked = value; - } - - /** - * Gets the value of the buildable property. - * - */ - public boolean isBuildable() { - return buildable; - } - - /** - * Sets the value of the buildable property. - * - */ - public void setBuildable(boolean value) { - this.buildable = value; - } - - /** - * Gets the value of the params property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getParams() { - return params; - } - - /** - * Sets the value of the params property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setParams(String value) { - this.params = value; - } - - /** - * Gets the value of the stuck property. - * - */ - public boolean isStuck() { - return stuck; - } - - /** - * Sets the value of the stuck property. - * - */ - public void setStuck(boolean value) { - this.stuck = value; - } - - /** - * Gets the value of the task property. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getTask() { - return task; - } - - /** - * Sets the value of the task property. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setTask(Object value) { - this.task = value; - } - - /** - * Gets the value of the why property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getWhy() { - return why; - } - - /** - * Sets the value of the why property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setWhy(String value) { - this.why = value; - } +public class HudsonModelQueueItem extends HudsonModelActionable { + + protected boolean blocked; + + protected boolean buildable; + + protected String params; + + protected boolean stuck; + + protected Object task; + + protected String why; + + /** + * Gets the value of the blocked property. + */ + public boolean isBlocked() { + return blocked; + } + + /** + * Sets the value of the blocked property. + */ + public void setBlocked(boolean value) { + this.blocked = value; + } + + /** + * Gets the value of the buildable property. + */ + public boolean isBuildable() { + return buildable; + } + + /** + * Sets the value of the buildable property. + */ + public void setBuildable(boolean value) { + this.buildable = value; + } + + /** + * Gets the value of the params property. + * + * @return possible object is {@link String } + */ + public String getParams() { + return params; + } + + /** + * Sets the value of the params property. + * + * @param value + * allowed object is {@link String } + */ + public void setParams(String value) { + this.params = value; + } + + /** + * Gets the value of the stuck property. + */ + public boolean isStuck() { + return stuck; + } + + /** + * Sets the value of the stuck property. + */ + public void setStuck(boolean value) { + this.stuck = value; + } + + /** + * Gets the value of the task property. + * + * @return possible object is {@link Object } + */ + public Object getTask() { + return task; + } + + /** + * Sets the value of the task property. + * + * @param value + * allowed object is {@link Object } + */ + public void setTask(Object value) { + this.task = value; + } + + /** + * Gets the value of the why property. + * + * @return possible object is {@link String } + */ + public String getWhy() { + return why; + } + + /** + * Sets the value of the why property. + * + * @param value + * allowed object is {@link String } + */ + public void setWhy(String value) { + this.why = value; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelRun.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelRun.java index 3fcb97e..69dbe07 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelRun.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelRun.java @@ -23,11 +23,11 @@ import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.Run complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.Run complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.Run">
    @@ -50,278 +50,226 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.model.Run", propOrder = { - "artifact", - "building", - "description", - "duration", - "fullDisplayName", - "id", - "keepLog", - "number", - "result", - "timestamp", - "url" -}) -@XmlSeeAlso({ - HudsonModelAbstractBuild.class -}) +@XmlType(name = "hudson.model.Run", propOrder = { "artifact", "building", "description", "duration", "fullDisplayName", + "id", "keepLog", "number", "result", "timestamp", "url" }) +@XmlSeeAlso({ HudsonModelAbstractBuild.class }) @SuppressWarnings("all") -public class HudsonModelRun - extends HudsonModelActionable -{ - - protected List artifact; - protected boolean building; - protected String description; - protected long duration; - protected String fullDisplayName; - protected String id; - protected boolean keepLog; - protected int number; - protected Object result; - protected Long timestamp; - protected String url; - - /** - * Gets the value of the artifact property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the artifact property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getArtifact().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link HudsonModelRunArtifact } - * - * - */ - public List getArtifact() { - if (artifact == null) { - artifact = new ArrayList(); - } - return this.artifact; - } - - /** - * Gets the value of the building property. - * - */ - public boolean isBuilding() { - return building; - } - - /** - * Sets the value of the building property. - * - */ - public void setBuilding(boolean value) { - this.building = value; - } - - /** - * Gets the value of the description property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDescription() { - return description; - } - - /** - * Sets the value of the description property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDescription(String value) { - this.description = value; - } - - /** - * Gets the value of the duration property. - * - */ - public long getDuration() { - return duration; - } - - /** - * Sets the value of the duration property. - * - */ - public void setDuration(long value) { - this.duration = value; - } - - /** - * Gets the value of the fullDisplayName property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFullDisplayName() { - return fullDisplayName; - } - - /** - * Sets the value of the fullDisplayName property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFullDisplayName(String value) { - this.fullDisplayName = value; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the keepLog property. - * - */ - public boolean isKeepLog() { - return keepLog; - } - - /** - * Sets the value of the keepLog property. - * - */ - public void setKeepLog(boolean value) { - this.keepLog = value; - } - - /** - * Gets the value of the number property. - * - */ - public int getNumber() { - return number; - } - - /** - * Sets the value of the number property. - * - */ - public void setNumber(int value) { - this.number = value; - } - - /** - * Gets the value of the result property. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getResult() { - return result; - } - - /** - * Sets the value of the result property. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setResult(Object value) { - this.result = value; - } - - /** - * Gets the value of the timestamp property. - * - * @return - * possible object is - * {@link Long } - * - */ - public Long getTimestamp() { - return timestamp; - } - - /** - * Sets the value of the timestamp property. - * - * @param value - * allowed object is - * {@link Long } - * - */ - public void setTimestamp(Long value) { - this.timestamp = value; - } - - /** - * Gets the value of the url property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUrl() { - return url; - } - - /** - * Sets the value of the url property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUrl(String value) { - this.url = value; - } +public class HudsonModelRun extends HudsonModelActionable { + + protected List artifact; + + protected boolean building; + + protected String description; + + protected long duration; + + protected String fullDisplayName; + + protected String id; + + protected boolean keepLog; + + protected int number; + + protected Object result; + + protected Long timestamp; + + protected String url; + + /** + * Gets the value of the artifact property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the artifact property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getArtifact().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link HudsonModelRunArtifact } + */ + public List getArtifact() { + if (artifact == null) { + artifact = new ArrayList(); + } + return this.artifact; + } + + /** + * Gets the value of the building property. + */ + public boolean isBuilding() { + return building; + } + + /** + * Sets the value of the building property. + */ + public void setBuilding(boolean value) { + this.building = value; + } + + /** + * Gets the value of the description property. + * + * @return possible object is {@link String } + */ + public String getDescription() { + return description; + } + + /** + * Sets the value of the description property. + * + * @param value + * allowed object is {@link String } + */ + public void setDescription(String value) { + this.description = value; + } + + /** + * Gets the value of the duration property. + */ + public long getDuration() { + return duration; + } + + /** + * Sets the value of the duration property. + */ + public void setDuration(long value) { + this.duration = value; + } + + /** + * Gets the value of the fullDisplayName property. + * + * @return possible object is {@link String } + */ + public String getFullDisplayName() { + return fullDisplayName; + } + + /** + * Sets the value of the fullDisplayName property. + * + * @param value + * allowed object is {@link String } + */ + public void setFullDisplayName(String value) { + this.fullDisplayName = value; + } + + /** + * Gets the value of the id property. + * + * @return possible object is {@link String } + */ + public String getId() { + return id; + } + + /** + * Sets the value of the id property. + * + * @param value + * allowed object is {@link String } + */ + public void setId(String value) { + this.id = value; + } + + /** + * Gets the value of the keepLog property. + */ + public boolean isKeepLog() { + return keepLog; + } + + /** + * Sets the value of the keepLog property. + */ + public void setKeepLog(boolean value) { + this.keepLog = value; + } + + /** + * Gets the value of the number property. + */ + public int getNumber() { + return number; + } + + /** + * Sets the value of the number property. + */ + public void setNumber(int value) { + this.number = value; + } + + /** + * Gets the value of the result property. + * + * @return possible object is {@link Object } + */ + public Object getResult() { + return result; + } + + /** + * Sets the value of the result property. + * + * @param value + * allowed object is {@link Object } + */ + public void setResult(Object value) { + this.result = value; + } + + /** + * Gets the value of the timestamp property. + * + * @return possible object is {@link Long } + */ + public Long getTimestamp() { + return timestamp; + } + + /** + * Sets the value of the timestamp property. + * + * @param value + * allowed object is {@link Long } + */ + public void setTimestamp(Long value) { + this.timestamp = value; + } + + /** + * Gets the value of the url property. + * + * @return possible object is {@link String } + */ + public String getUrl() { + return url; + } + + /** + * Sets the value of the url property. + * + * @param value + * allowed object is {@link String } + */ + public void setUrl(String value) { + this.url = value; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelRunArtifact.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelRunArtifact.java index 833d3ce..01a95fb 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelRunArtifact.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelRunArtifact.java @@ -20,11 +20,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.Run-Artifact complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.Run-Artifact complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.Run-Artifact">
    @@ -39,92 +39,73 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.model.Run-Artifact", propOrder = { - "displayPath", - "fileName", - "relativePath" -}) +@XmlType(name = "hudson.model.Run-Artifact", propOrder = { "displayPath", "fileName", "relativePath" }) @SuppressWarnings("all") public class HudsonModelRunArtifact { - protected String displayPath; - protected String fileName; - protected String relativePath; + protected String displayPath; + + protected String fileName; + + protected String relativePath; - /** - * Gets the value of the displayPath property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDisplayPath() { - return displayPath; - } + /** + * Gets the value of the displayPath property. + * + * @return possible object is {@link String } + */ + public String getDisplayPath() { + return displayPath; + } - /** - * Sets the value of the displayPath property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDisplayPath(String value) { - this.displayPath = value; - } + /** + * Sets the value of the displayPath property. + * + * @param value + * allowed object is {@link String } + */ + public void setDisplayPath(String value) { + this.displayPath = value; + } - /** - * Gets the value of the fileName property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFileName() { - return fileName; - } + /** + * Gets the value of the fileName property. + * + * @return possible object is {@link String } + */ + public String getFileName() { + return fileName; + } - /** - * Sets the value of the fileName property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFileName(String value) { - this.fileName = value; - } + /** + * Sets the value of the fileName property. + * + * @param value + * allowed object is {@link String } + */ + public void setFileName(String value) { + this.fileName = value; + } - /** - * Gets the value of the relativePath property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getRelativePath() { - return relativePath; - } + /** + * Gets the value of the relativePath property. + * + * @return possible object is {@link String } + */ + public String getRelativePath() { + return relativePath; + } - /** - * Sets the value of the relativePath property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setRelativePath(String value) { - this.relativePath = value; - } + /** + * Sets the value of the relativePath property. + * + * @param value + * allowed object is {@link String } + */ + public void setRelativePath(String value) { + this.relativePath = value; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelTimeSeries.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelTimeSeries.java index 97ff1e1..b6a16b4 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelTimeSeries.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelTimeSeries.java @@ -23,11 +23,11 @@ import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.TimeSeries complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.TimeSeries complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.TimeSeries">
    @@ -41,72 +41,56 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.model.TimeSeries", propOrder = { - "history", - "latest" -}) +@XmlType(name = "hudson.model.TimeSeries", propOrder = { "history", "latest" }) @SuppressWarnings("all") public class HudsonModelTimeSeries { - protected List history; - @XmlElement(required = true) - protected Object latest; + protected List history; + + @XmlElement(required = true) + protected Object latest; - /** - * Gets the value of the history property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the history property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getHistory().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link Object } - * - * - */ - public List getHistory() { - if (history == null) { - history = new ArrayList(); - } - return this.history; - } + /** + * Gets the value of the history property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the history property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getHistory().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link Object } + */ + public List getHistory() { + if (history == null) { + history = new ArrayList(); + } + return this.history; + } - /** - * Gets the value of the latest property. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getLatest() { - return latest; - } + /** + * Gets the value of the latest property. + * + * @return possible object is {@link Object } + */ + public Object getLatest() { + return latest; + } - /** - * Sets the value of the latest property. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setLatest(Object value) { - this.latest = value; - } + /** + * Sets the value of the latest property. + * + * @param value + * allowed object is {@link Object } + */ + public void setLatest(Object value) { + this.latest = value; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelUser.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelUser.java index 774411b..b6f42b0 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelUser.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelUser.java @@ -22,11 +22,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.User complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.User complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.User">
    @@ -43,149 +43,118 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.model.User", propOrder = { - "absoluteUrl", - "description", - "fullName", - "id", - "property" -}) +@XmlType(name = "hudson.model.User", propOrder = { "absoluteUrl", "description", "fullName", "id", "property" }) @SuppressWarnings("all") public class HudsonModelUser { - protected String absoluteUrl; - protected String description; - protected String fullName; - protected String id; - protected List property; - - /** - * Gets the value of the absoluteUrl property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAbsoluteUrl() { - return absoluteUrl; - } - - /** - * Sets the value of the absoluteUrl property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAbsoluteUrl(String value) { - this.absoluteUrl = value; - } - - /** - * Gets the value of the description property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDescription() { - return description; - } - - /** - * Sets the value of the description property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDescription(String value) { - this.description = value; - } - - /** - * Gets the value of the fullName property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFullName() { - return fullName; - } - - /** - * Sets the value of the fullName property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFullName(String value) { - this.fullName = value; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the property property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the property property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getProperty().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link HudsonModelUserProperty } - * - * - */ - public List getProperty() { - if (property == null) { - property = new ArrayList(); - } - return this.property; - } + protected String absoluteUrl; + + protected String description; + + protected String fullName; + + protected String id; + + protected List property; + + /** + * Gets the value of the absoluteUrl property. + * + * @return possible object is {@link String } + */ + public String getAbsoluteUrl() { + return absoluteUrl; + } + + /** + * Sets the value of the absoluteUrl property. + * + * @param value + * allowed object is {@link String } + */ + public void setAbsoluteUrl(String value) { + this.absoluteUrl = value; + } + + /** + * Gets the value of the description property. + * + * @return possible object is {@link String } + */ + public String getDescription() { + return description; + } + + /** + * Sets the value of the description property. + * + * @param value + * allowed object is {@link String } + */ + public void setDescription(String value) { + this.description = value; + } + + /** + * Gets the value of the fullName property. + * + * @return possible object is {@link String } + */ + public String getFullName() { + return fullName; + } + + /** + * Sets the value of the fullName property. + * + * @param value + * allowed object is {@link String } + */ + public void setFullName(String value) { + this.fullName = value; + } + + /** + * Gets the value of the id property. + * + * @return possible object is {@link String } + */ + public String getId() { + return id; + } + + /** + * Sets the value of the id property. + * + * @param value + * allowed object is {@link String } + */ + public void setId(String value) { + this.id = value; + } + + /** + * Gets the value of the property property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the property property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getProperty().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link HudsonModelUserProperty } + */ + public List getProperty() { + if (property == null) { + property = new ArrayList(); + } + return this.property; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelUserProperty.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelUserProperty.java index f021d48..f4b0002 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelUserProperty.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelUserProperty.java @@ -20,11 +20,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.UserProperty complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.UserProperty complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.UserProperty">
    @@ -36,13 +36,10 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "hudson.model.UserProperty") @SuppressWarnings("all") public class HudsonModelUserProperty { - } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelView.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelView.java index 95e52cd..b6afe9c 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelView.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelView.java @@ -22,11 +22,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.View complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.View complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.View">
    @@ -42,123 +42,97 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.model.View", propOrder = { - "description", - "job", - "name", - "url" -}) +@XmlType(name = "hudson.model.View", propOrder = { "description", "job", "name", "url" }) @SuppressWarnings("all") public class HudsonModelView { - protected String description; - protected List job; - protected String name; - protected String url; - - /** - * Gets the value of the description property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDescription() { - return description; - } - - /** - * Sets the value of the description property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDescription(String value) { - this.description = value; - } - - /** - * Gets the value of the job property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the job property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getJob().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link Object } - * - * - */ - public List getJob() { - if (job == null) { - job = new ArrayList(); - } - return this.job; - } - - /** - * Gets the value of the name property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Sets the value of the name property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * Gets the value of the url property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUrl() { - return url; - } - - /** - * Sets the value of the url property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUrl(String value) { - this.url = value; - } + protected String description; + + protected List job; + + protected String name; + + protected String url; + + /** + * Gets the value of the description property. + * + * @return possible object is {@link String } + */ + public String getDescription() { + return description; + } + + /** + * Sets the value of the description property. + * + * @param value + * allowed object is {@link String } + */ + public void setDescription(String value) { + this.description = value; + } + + /** + * Gets the value of the job property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the job property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getJob().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link Object } + */ + public List getJob() { + if (job == null) { + job = new ArrayList(); + } + return this.job; + } + + /** + * Gets the value of the name property. + * + * @return possible object is {@link String } + */ + public String getName() { + return name; + } + + /** + * Sets the value of the name property. + * + * @param value + * allowed object is {@link String } + */ + public void setName(String value) { + this.name = value; + } + + /** + * Gets the value of the url property. + * + * @return possible object is {@link String } + */ + public String getUrl() { + return url; + } + + /** + * Sets the value of the url property. + * + * @param value + * allowed object is {@link String } + */ + public void setUrl(String value) { + this.url = value; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelViewPeople.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelViewPeople.java index d295159..85d1ea8 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelViewPeople.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelViewPeople.java @@ -22,11 +22,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.View-People complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.View-People complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.View-People">
    @@ -39,45 +39,34 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.model.View-People", propOrder = { - "user" -}) +@XmlType(name = "hudson.model.View-People", propOrder = { "user" }) @SuppressWarnings("all") public class HudsonModelViewPeople { - protected List user; + protected List user; - /** - * Gets the value of the user property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the user property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getUser().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link HudsonModelViewUserInfo } - * - * - */ - public List getUser() { - if (user == null) { - user = new ArrayList(); - } - return this.user; - } + /** + * Gets the value of the user property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the user property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getUser().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link HudsonModelViewUserInfo } + */ + public List getUser() { + if (user == null) { + user = new ArrayList(); + } + return this.user; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelViewUserInfo.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelViewUserInfo.java index 853f68c..5ef3b26 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelViewUserInfo.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelViewUserInfo.java @@ -20,11 +20,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.model.View-UserInfo complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.model.View-UserInfo complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.model.View-UserInfo">
    @@ -39,92 +39,73 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.model.View-UserInfo", propOrder = { - "lastChange", - "project", - "user" -}) +@XmlType(name = "hudson.model.View-UserInfo", propOrder = { "lastChange", "project", "user" }) @SuppressWarnings("all") public class HudsonModelViewUserInfo { - protected Long lastChange; - protected HudsonModelAbstractProject project; - protected HudsonModelUser user; + protected Long lastChange; + + protected HudsonModelAbstractProject project; + + protected HudsonModelUser user; - /** - * Gets the value of the lastChange property. - * - * @return - * possible object is - * {@link Long } - * - */ - public Long getLastChange() { - return lastChange; - } + /** + * Gets the value of the lastChange property. + * + * @return possible object is {@link Long } + */ + public Long getLastChange() { + return lastChange; + } - /** - * Sets the value of the lastChange property. - * - * @param value - * allowed object is - * {@link Long } - * - */ - public void setLastChange(Long value) { - this.lastChange = value; - } + /** + * Sets the value of the lastChange property. + * + * @param value + * allowed object is {@link Long } + */ + public void setLastChange(Long value) { + this.lastChange = value; + } - /** - * Gets the value of the project property. - * - * @return - * possible object is - * {@link HudsonModelAbstractProject } - * - */ - public HudsonModelAbstractProject getProject() { - return project; - } + /** + * Gets the value of the project property. + * + * @return possible object is {@link HudsonModelAbstractProject } + */ + public HudsonModelAbstractProject getProject() { + return project; + } - /** - * Sets the value of the project property. - * - * @param value - * allowed object is - * {@link HudsonModelAbstractProject } - * - */ - public void setProject(HudsonModelAbstractProject value) { - this.project = value; - } + /** + * Sets the value of the project property. + * + * @param value + * allowed object is {@link HudsonModelAbstractProject } + */ + public void setProject(HudsonModelAbstractProject value) { + this.project = value; + } - /** - * Gets the value of the user property. - * - * @return - * possible object is - * {@link HudsonModelUser } - * - */ - public HudsonModelUser getUser() { - return user; - } + /** + * Gets the value of the user property. + * + * @return possible object is {@link HudsonModelUser } + */ + public HudsonModelUser getUser() { + return user; + } - /** - * Sets the value of the user property. - * - * @param value - * allowed object is - * {@link HudsonModelUser } - * - */ - public void setUser(HudsonModelUser value) { - this.user = value; - } + /** + * Sets the value of the user property. + * + * @param value + * allowed object is {@link HudsonModelUser } + */ + public void setUser(HudsonModelUser value) { + this.user = value; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmChangeLogSet.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmChangeLogSet.java index c59a202..b1c1825 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmChangeLogSet.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmChangeLogSet.java @@ -22,11 +22,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.scm.ChangeLogSet complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.scm.ChangeLogSet complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.scm.ChangeLogSet">
    @@ -40,71 +40,55 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.scm.ChangeLogSet", propOrder = { - "item", - "kind" -}) +@XmlType(name = "hudson.scm.ChangeLogSet", propOrder = { "item", "kind" }) @SuppressWarnings("all") public class HudsonScmChangeLogSet { - protected List item; - protected String kind; + protected List item; + + protected String kind; - /** - * Gets the value of the item property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the item property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getItem().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link Object } - * - * - */ - public List getItem() { - if (item == null) { - item = new ArrayList(); - } - return this.item; - } + /** + * Gets the value of the item property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the item property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getItem().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link Object } + */ + public List getItem() { + if (item == null) { + item = new ArrayList(); + } + return this.item; + } - /** - * Gets the value of the kind property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKind() { - return kind; - } + /** + * Gets the value of the kind property. + * + * @return possible object is {@link String } + */ + public String getKind() { + return kind; + } - /** - * Sets the value of the kind property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKind(String value) { - this.kind = value; - } + /** + * Sets the value of the kind property. + * + * @param value + * allowed object is {@link String } + */ + public void setKind(String value) { + this.kind = value; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmRepositoryBrowser.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmRepositoryBrowser.java index ffa4ebe..10fc082 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmRepositoryBrowser.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmRepositoryBrowser.java @@ -20,11 +20,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.scm.RepositoryBrowser complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.scm.RepositoryBrowser complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.scm.RepositoryBrowser">
    @@ -36,13 +36,10 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "hudson.scm.RepositoryBrowser") @SuppressWarnings("all") public class HudsonScmRepositoryBrowser { - } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmSCM.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmSCM.java index 16b857f..632f087 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmSCM.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmSCM.java @@ -20,11 +20,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.scm.SCM complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.scm.SCM complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.scm.SCM">
    @@ -38,66 +38,52 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.scm.SCM", propOrder = { - "browser", - "type" -}) +@XmlType(name = "hudson.scm.SCM", propOrder = { "browser", "type" }) @SuppressWarnings("all") public class HudsonScmSCM { - protected HudsonScmRepositoryBrowser browser; - protected String type; + protected HudsonScmRepositoryBrowser browser; + + protected String type; - /** - * Gets the value of the browser property. - * - * @return - * possible object is - * {@link HudsonScmRepositoryBrowser } - * - */ - public HudsonScmRepositoryBrowser getBrowser() { - return browser; - } + /** + * Gets the value of the browser property. + * + * @return possible object is {@link HudsonScmRepositoryBrowser } + */ + public HudsonScmRepositoryBrowser getBrowser() { + return browser; + } - /** - * Sets the value of the browser property. - * - * @param value - * allowed object is - * {@link HudsonScmRepositoryBrowser } - * - */ - public void setBrowser(HudsonScmRepositoryBrowser value) { - this.browser = value; - } + /** + * Sets the value of the browser property. + * + * @param value + * allowed object is {@link HudsonScmRepositoryBrowser } + */ + public void setBrowser(HudsonScmRepositoryBrowser value) { + this.browser = value; + } - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } + /** + * Gets the value of the type property. + * + * @return possible object is {@link String } + */ + public String getType() { + return type; + } - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } + /** + * Sets the value of the type property. + * + * @param value + * allowed object is {@link String } + */ + public void setType(String value) { + this.type = value; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitCaseResult.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitCaseResult.java index aece8d7..e0fbf83 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitCaseResult.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitCaseResult.java @@ -21,11 +21,11 @@ import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.tasks.junit.CaseResult complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.tasks.junit.CaseResult complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.tasks.junit.CaseResult">
    @@ -48,279 +48,228 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.tasks.junit.CaseResult", propOrder = { - "age", - "className", - "duration", - "errorDetails", - "errorStackTrace", - "failedSince", - "name", - "skipped", - "status", - "stderr", - "stdout" -}) +@XmlType(name = "hudson.tasks.junit.CaseResult", propOrder = { "age", "className", "duration", "errorDetails", + "errorStackTrace", "failedSince", "name", "skipped", "status", "stderr", "stdout" }) @SuppressWarnings("all") -public class HudsonTasksJunitCaseResult - extends HudsonTasksTestTestResult -{ - - protected int age; - protected String className; - @XmlElement(required = true) - protected Object duration; - protected String errorDetails; - protected String errorStackTrace; - protected int failedSince; - protected String name; - protected boolean skipped; - protected HudsonTasksJunitCaseResultStatus status; - protected String stderr; - protected String stdout; - - /** - * Gets the value of the age property. - * - */ - public int getAge() { - return age; - } - - /** - * Sets the value of the age property. - * - */ - public void setAge(int value) { - this.age = value; - } - - /** - * Gets the value of the className property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getClassName() { - return className; - } - - /** - * Sets the value of the className property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setClassName(String value) { - this.className = value; - } - - /** - * Gets the value of the duration property. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getDuration() { - return duration; - } - - /** - * Sets the value of the duration property. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setDuration(Object value) { - this.duration = value; - } - - /** - * Gets the value of the errorDetails property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getErrorDetails() { - return errorDetails; - } - - /** - * Sets the value of the errorDetails property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setErrorDetails(String value) { - this.errorDetails = value; - } - - /** - * Gets the value of the errorStackTrace property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getErrorStackTrace() { - return errorStackTrace; - } - - /** - * Sets the value of the errorStackTrace property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setErrorStackTrace(String value) { - this.errorStackTrace = value; - } - - /** - * Gets the value of the failedSince property. - * - */ - public int getFailedSince() { - return failedSince; - } - - /** - * Sets the value of the failedSince property. - * - */ - public void setFailedSince(int value) { - this.failedSince = value; - } - - /** - * Gets the value of the name property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Sets the value of the name property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * Gets the value of the skipped property. - * - */ - public boolean isSkipped() { - return skipped; - } - - /** - * Sets the value of the skipped property. - * - */ - public void setSkipped(boolean value) { - this.skipped = value; - } - - /** - * Gets the value of the status property. - * - * @return - * possible object is - * {@link HudsonTasksJunitCaseResultStatus } - * - */ - public HudsonTasksJunitCaseResultStatus getStatus() { - return status; - } - - /** - * Sets the value of the status property. - * - * @param value - * allowed object is - * {@link HudsonTasksJunitCaseResultStatus } - * - */ - public void setStatus(HudsonTasksJunitCaseResultStatus value) { - this.status = value; - } - - /** - * Gets the value of the stderr property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getStderr() { - return stderr; - } - - /** - * Sets the value of the stderr property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setStderr(String value) { - this.stderr = value; - } - - /** - * Gets the value of the stdout property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getStdout() { - return stdout; - } - - /** - * Sets the value of the stdout property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setStdout(String value) { - this.stdout = value; - } +public class HudsonTasksJunitCaseResult extends HudsonTasksTestTestResult { + + protected int age; + + protected String className; + + @XmlElement(required = true) + protected Object duration; + + protected String errorDetails; + + protected String errorStackTrace; + + protected int failedSince; + + protected String name; + + protected boolean skipped; + + protected HudsonTasksJunitCaseResultStatus status; + + protected String stderr; + + protected String stdout; + + /** + * Gets the value of the age property. + */ + public int getAge() { + return age; + } + + /** + * Sets the value of the age property. + */ + public void setAge(int value) { + this.age = value; + } + + /** + * Gets the value of the className property. + * + * @return possible object is {@link String } + */ + public String getClassName() { + return className; + } + + /** + * Sets the value of the className property. + * + * @param value + * allowed object is {@link String } + */ + public void setClassName(String value) { + this.className = value; + } + + /** + * Gets the value of the duration property. + * + * @return possible object is {@link Object } + */ + public Object getDuration() { + return duration; + } + + /** + * Sets the value of the duration property. + * + * @param value + * allowed object is {@link Object } + */ + public void setDuration(Object value) { + this.duration = value; + } + + /** + * Gets the value of the errorDetails property. + * + * @return possible object is {@link String } + */ + public String getErrorDetails() { + return errorDetails; + } + + /** + * Sets the value of the errorDetails property. + * + * @param value + * allowed object is {@link String } + */ + public void setErrorDetails(String value) { + this.errorDetails = value; + } + + /** + * Gets the value of the errorStackTrace property. + * + * @return possible object is {@link String } + */ + public String getErrorStackTrace() { + return errorStackTrace; + } + + /** + * Sets the value of the errorStackTrace property. + * + * @param value + * allowed object is {@link String } + */ + public void setErrorStackTrace(String value) { + this.errorStackTrace = value; + } + + /** + * Gets the value of the failedSince property. + */ + public int getFailedSince() { + return failedSince; + } + + /** + * Sets the value of the failedSince property. + */ + public void setFailedSince(int value) { + this.failedSince = value; + } + + /** + * Gets the value of the name property. + * + * @return possible object is {@link String } + */ + public String getName() { + return name; + } + + /** + * Sets the value of the name property. + * + * @param value + * allowed object is {@link String } + */ + public void setName(String value) { + this.name = value; + } + + /** + * Gets the value of the skipped property. + */ + public boolean isSkipped() { + return skipped; + } + + /** + * Sets the value of the skipped property. + */ + public void setSkipped(boolean value) { + this.skipped = value; + } + + /** + * Gets the value of the status property. + * + * @return possible object is {@link HudsonTasksJunitCaseResultStatus } + */ + public HudsonTasksJunitCaseResultStatus getStatus() { + return status; + } + + /** + * Sets the value of the status property. + * + * @param value + * allowed object is {@link HudsonTasksJunitCaseResultStatus } + */ + public void setStatus(HudsonTasksJunitCaseResultStatus value) { + this.status = value; + } + + /** + * Gets the value of the stderr property. + * + * @return possible object is {@link String } + */ + public String getStderr() { + return stderr; + } + + /** + * Sets the value of the stderr property. + * + * @param value + * allowed object is {@link String } + */ + public void setStderr(String value) { + this.stderr = value; + } + + /** + * Gets the value of the stdout property. + * + * @return possible object is {@link String } + */ + public String getStdout() { + return stdout; + } + + /** + * Sets the value of the stdout property. + * + * @param value + * allowed object is {@link String } + */ + public void setStdout(String value) { + this.stdout = value; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitCaseResultStatus.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitCaseResultStatus.java index b74e2bb..7fdbec2 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitCaseResultStatus.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitCaseResultStatus.java @@ -19,12 +19,13 @@ import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.tasks.junit.CaseResult-Status. - * - *

    The following schema fragment specifies the expected content contained within this class. *

    + * Java class for hudson.tasks.junit.CaseResult-Status. + *

    + * The following schema fragment specifies the expected content contained within this class. + *

    + * *

      * <simpleType name="hudson.tasks.junit.CaseResult-Status">
      *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
    @@ -36,25 +37,20 @@
      *   </restriction>
      * </simpleType>
      * 
    - * */ @XmlType(name = "hudson.tasks.junit.CaseResult-Status") @XmlEnum @SuppressWarnings("all") public enum HudsonTasksJunitCaseResultStatus { - PASSED, - SKIPPED, - FAILED, - FIXED, - REGRESSION; + PASSED, SKIPPED, FAILED, FIXED, REGRESSION; - public String value() { - return name(); - } + public String value() { + return name(); + } - public static HudsonTasksJunitCaseResultStatus fromValue(String v) { - return valueOf(v); - } + public static HudsonTasksJunitCaseResultStatus fromValue(String v) { + return valueOf(v); + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitSuiteResult.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitSuiteResult.java index f1e9b24..5cafd39 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitSuiteResult.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitSuiteResult.java @@ -23,11 +23,11 @@ import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.tasks.junit.SuiteResult complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.tasks.junit.SuiteResult complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.tasks.junit.SuiteResult">
    @@ -45,177 +45,142 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.tasks.junit.SuiteResult", propOrder = { - "_case", - "duration", - "name", - "stderr", - "stdout", - "timestamp" -}) +@XmlType(name = "hudson.tasks.junit.SuiteResult", propOrder = { "_case", "duration", "name", "stderr", "stdout", + "timestamp" }) @SuppressWarnings("all") public class HudsonTasksJunitSuiteResult { - @XmlElement(name = "case") - protected List _case; - @XmlElement(required = true) - protected Object duration; - protected String name; - protected String stderr; - protected String stdout; - protected String timestamp; - - /** - * Gets the value of the case property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the case property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getCase().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link HudsonTasksJunitCaseResult } - * - * - */ - public List getCase() { - if (_case == null) { - _case = new ArrayList(); - } - return this._case; - } - - /** - * Gets the value of the duration property. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getDuration() { - return duration; - } - - /** - * Sets the value of the duration property. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setDuration(Object value) { - this.duration = value; - } - - /** - * Gets the value of the name property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Sets the value of the name property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * Gets the value of the stderr property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getStderr() { - return stderr; - } - - /** - * Sets the value of the stderr property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setStderr(String value) { - this.stderr = value; - } - - /** - * Gets the value of the stdout property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getStdout() { - return stdout; - } - - /** - * Sets the value of the stdout property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setStdout(String value) { - this.stdout = value; - } - - /** - * Gets the value of the timestamp property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTimestamp() { - return timestamp; - } - - /** - * Sets the value of the timestamp property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTimestamp(String value) { - this.timestamp = value; - } + @XmlElement(name = "case") + protected List _case; + + @XmlElement(required = true) + protected Object duration; + + protected String name; + + protected String stderr; + + protected String stdout; + + protected String timestamp; + + /** + * Gets the value of the case property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the case property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getCase().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link HudsonTasksJunitCaseResult } + */ + public List getCase() { + if (_case == null) { + _case = new ArrayList(); + } + return this._case; + } + + /** + * Gets the value of the duration property. + * + * @return possible object is {@link Object } + */ + public Object getDuration() { + return duration; + } + + /** + * Sets the value of the duration property. + * + * @param value + * allowed object is {@link Object } + */ + public void setDuration(Object value) { + this.duration = value; + } + + /** + * Gets the value of the name property. + * + * @return possible object is {@link String } + */ + public String getName() { + return name; + } + + /** + * Sets the value of the name property. + * + * @param value + * allowed object is {@link String } + */ + public void setName(String value) { + this.name = value; + } + + /** + * Gets the value of the stderr property. + * + * @return possible object is {@link String } + */ + public String getStderr() { + return stderr; + } + + /** + * Sets the value of the stderr property. + * + * @param value + * allowed object is {@link String } + */ + public void setStderr(String value) { + this.stderr = value; + } + + /** + * Gets the value of the stdout property. + * + * @return possible object is {@link String } + */ + public String getStdout() { + return stdout; + } + + /** + * Sets the value of the stdout property. + * + * @param value + * allowed object is {@link String } + */ + public void setStdout(String value) { + this.stdout = value; + } + + /** + * Gets the value of the timestamp property. + * + * @return possible object is {@link String } + */ + public String getTimestamp() { + return timestamp; + } + + /** + * Sets the value of the timestamp property. + * + * @param value + * allowed object is {@link String } + */ + public void setTimestamp(String value) { + this.timestamp = value; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitTestObject.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitTestObject.java index 84103f6..de987ad 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitTestObject.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitTestObject.java @@ -21,11 +21,11 @@ import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.tasks.junit.TestObject complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.tasks.junit.TestObject complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.tasks.junit.TestObject">
    @@ -37,16 +37,11 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "hudson.tasks.junit.TestObject") -@XmlSeeAlso({ - HudsonTasksTestTestObject.class -}) +@XmlSeeAlso({ HudsonTasksTestTestObject.class }) @SuppressWarnings("all") public class HudsonTasksJunitTestObject { - } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitTestResult.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitTestResult.java index 69fb847..7329f3c 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitTestResult.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitTestResult.java @@ -23,11 +23,11 @@ import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.tasks.junit.TestResult complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.tasks.junit.TestResult complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.tasks.junit.TestResult">
    @@ -44,128 +44,105 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.tasks.junit.TestResult", propOrder = { - "duration", - "failCount", - "passCount", - "skipCount", - "suite" -}) +@XmlType(name = "hudson.tasks.junit.TestResult", propOrder = { "duration", "failCount", "passCount", "skipCount", + "suite" }) @SuppressWarnings("all") -public class HudsonTasksJunitTestResult - extends HudsonTasksTestMetaTabulatedResult -{ - - @XmlElement(required = true) - protected Object duration; - protected int failCount; - protected int passCount; - protected int skipCount; - protected List suite; - - /** - * Gets the value of the duration property. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getDuration() { - return duration; - } - - /** - * Sets the value of the duration property. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setDuration(Object value) { - this.duration = value; - } - - /** - * Gets the value of the failCount property. - * - */ - public int getFailCount() { - return failCount; - } - - /** - * Sets the value of the failCount property. - * - */ - public void setFailCount(int value) { - this.failCount = value; - } - - /** - * Gets the value of the passCount property. - * - */ - public int getPassCount() { - return passCount; - } - - /** - * Sets the value of the passCount property. - * - */ - public void setPassCount(int value) { - this.passCount = value; - } - - /** - * Gets the value of the skipCount property. - * - */ - public int getSkipCount() { - return skipCount; - } - - /** - * Sets the value of the skipCount property. - * - */ - public void setSkipCount(int value) { - this.skipCount = value; - } - - /** - * Gets the value of the suite property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the suite property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getSuite().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link HudsonTasksJunitSuiteResult } - * - * - */ - public List getSuite() { - if (suite == null) { - suite = new ArrayList(); - } - return this.suite; - } +public class HudsonTasksJunitTestResult extends HudsonTasksTestMetaTabulatedResult { + + @XmlElement(required = true) + protected Object duration; + + protected int failCount; + + protected int passCount; + + protected int skipCount; + + protected List suite; + + /** + * Gets the value of the duration property. + * + * @return possible object is {@link Object } + */ + public Object getDuration() { + return duration; + } + + /** + * Sets the value of the duration property. + * + * @param value + * allowed object is {@link Object } + */ + public void setDuration(Object value) { + this.duration = value; + } + + /** + * Gets the value of the failCount property. + */ + public int getFailCount() { + return failCount; + } + + /** + * Sets the value of the failCount property. + */ + public void setFailCount(int value) { + this.failCount = value; + } + + /** + * Gets the value of the passCount property. + */ + public int getPassCount() { + return passCount; + } + + /** + * Sets the value of the passCount property. + */ + public void setPassCount(int value) { + this.passCount = value; + } + + /** + * Gets the value of the skipCount property. + */ + public int getSkipCount() { + return skipCount; + } + + /** + * Sets the value of the skipCount property. + */ + public void setSkipCount(int value) { + this.skipCount = value; + } + + /** + * Gets the value of the suite property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the suite property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getSuite().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list {@link HudsonTasksJunitSuiteResult } + */ + public List getSuite() { + if (suite == null) { + suite = new ArrayList(); + } + return this.suite; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAbstractTestResultAction.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAbstractTestResultAction.java index 900da37..f8079f5 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAbstractTestResultAction.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAbstractTestResultAction.java @@ -21,11 +21,11 @@ import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.tasks.test.AbstractTestResultAction complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.tasks.test.AbstractTestResultAction complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.tasks.test.AbstractTestResultAction">
    @@ -41,97 +41,81 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.tasks.test.AbstractTestResultAction", propOrder = { - "failCount", - "skipCount", - "totalCount", - "urlName" -}) -@XmlSeeAlso({ - HudsonTasksTestAggregatedTestResultAction.class -}) +@XmlType(name = "hudson.tasks.test.AbstractTestResultAction", propOrder = { "failCount", "skipCount", "totalCount", + "urlName" }) +@XmlSeeAlso({ HudsonTasksTestAggregatedTestResultAction.class }) @SuppressWarnings("all") public class HudsonTasksTestAbstractTestResultAction { - protected int failCount; - protected int skipCount; - protected int totalCount; - protected String urlName; - - /** - * Gets the value of the failCount property. - * - */ - public int getFailCount() { - return failCount; - } - - /** - * Sets the value of the failCount property. - * - */ - public void setFailCount(int value) { - this.failCount = value; - } - - /** - * Gets the value of the skipCount property. - * - */ - public int getSkipCount() { - return skipCount; - } - - /** - * Sets the value of the skipCount property. - * - */ - public void setSkipCount(int value) { - this.skipCount = value; - } - - /** - * Gets the value of the totalCount property. - * - */ - public int getTotalCount() { - return totalCount; - } - - /** - * Sets the value of the totalCount property. - * - */ - public void setTotalCount(int value) { - this.totalCount = value; - } - - /** - * Gets the value of the urlName property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUrlName() { - return urlName; - } - - /** - * Sets the value of the urlName property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUrlName(String value) { - this.urlName = value; - } + protected int failCount; + + protected int skipCount; + + protected int totalCount; + + protected String urlName; + + /** + * Gets the value of the failCount property. + */ + public int getFailCount() { + return failCount; + } + + /** + * Sets the value of the failCount property. + */ + public void setFailCount(int value) { + this.failCount = value; + } + + /** + * Gets the value of the skipCount property. + */ + public int getSkipCount() { + return skipCount; + } + + /** + * Sets the value of the skipCount property. + */ + public void setSkipCount(int value) { + this.skipCount = value; + } + + /** + * Gets the value of the totalCount property. + */ + public int getTotalCount() { + return totalCount; + } + + /** + * Sets the value of the totalCount property. + */ + public void setTotalCount(int value) { + this.totalCount = value; + } + + /** + * Gets the value of the urlName property. + * + * @return possible object is {@link String } + */ + public String getUrlName() { + return urlName; + } + + /** + * Sets the value of the urlName property. + * + * @param value + * allowed object is {@link String } + */ + public void setUrlName(String value) { + this.urlName = value; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAggregatedTestResultAction.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAggregatedTestResultAction.java index 08c304b..8b5baa9 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAggregatedTestResultAction.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAggregatedTestResultAction.java @@ -23,11 +23,11 @@ import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.tasks.test.AggregatedTestResultAction complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.tasks.test.AggregatedTestResultAction complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.tasks.test.AggregatedTestResultAction">
    @@ -40,50 +40,36 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.tasks.test.AggregatedTestResultAction", propOrder = { - "childReport" -}) -@XmlSeeAlso({ - HudsonMavenReportersSurefireAggregatedReport.class -}) +@XmlType(name = "hudson.tasks.test.AggregatedTestResultAction", propOrder = { "childReport" }) +@XmlSeeAlso({ HudsonMavenReportersSurefireAggregatedReport.class }) @SuppressWarnings("all") -public class HudsonTasksTestAggregatedTestResultAction - extends HudsonTasksTestAbstractTestResultAction -{ +public class HudsonTasksTestAggregatedTestResultAction extends HudsonTasksTestAbstractTestResultAction { - protected List childReport; + protected List childReport; - /** - * Gets the value of the childReport property. - * - *

    - * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the childReport property. - * - *

    - * For example, to add a new item, do as follows: - *

    -     *    getChildReport().add(newItem);
    -     * 
    - * - * - *

    - * Objects of the following type(s) are allowed in the list - * {@link HudsonTasksTestAggregatedTestResultActionChildReport } - * - * - */ - public List getChildReport() { - if (childReport == null) { - childReport = new ArrayList(); - } - return this.childReport; - } + /** + * Gets the value of the childReport property. + *

    + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to + * the returned list will be present inside the JAXB object. This is why there is not a set method for + * the childReport property. + *

    + * For example, to add a new item, do as follows: + * + *

    +	 * getChildReport().add(newItem);
    +	 * 
    + *

    + * Objects of the following type(s) are allowed in the list + * {@link HudsonTasksTestAggregatedTestResultActionChildReport } + */ + public List getChildReport() { + if (childReport == null) { + childReport = new ArrayList(); + } + return this.childReport; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAggregatedTestResultActionChildReport.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAggregatedTestResultActionChildReport.java index 1247f33..6bc4bc1 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAggregatedTestResultActionChildReport.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAggregatedTestResultActionChildReport.java @@ -20,11 +20,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.tasks.test.AggregatedTestResultAction-ChildReport complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.tasks.test.AggregatedTestResultAction-ChildReport complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.tasks.test.AggregatedTestResultAction-ChildReport">
    @@ -38,66 +38,52 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "hudson.tasks.test.AggregatedTestResultAction-ChildReport", propOrder = { - "child", - "result" -}) +@XmlType(name = "hudson.tasks.test.AggregatedTestResultAction-ChildReport", propOrder = { "child", "result" }) @SuppressWarnings("all") public class HudsonTasksTestAggregatedTestResultActionChildReport { - protected HudsonModelAbstractBuild child; - protected Object result; + protected HudsonModelAbstractBuild child; + + protected Object result; - /** - * Gets the value of the child property. - * - * @return - * possible object is - * {@link HudsonModelAbstractBuild } - * - */ - public HudsonModelAbstractBuild getChild() { - return child; - } + /** + * Gets the value of the child property. + * + * @return possible object is {@link HudsonModelAbstractBuild } + */ + public HudsonModelAbstractBuild getChild() { + return child; + } - /** - * Sets the value of the child property. - * - * @param value - * allowed object is - * {@link HudsonModelAbstractBuild } - * - */ - public void setChild(HudsonModelAbstractBuild value) { - this.child = value; - } + /** + * Sets the value of the child property. + * + * @param value + * allowed object is {@link HudsonModelAbstractBuild } + */ + public void setChild(HudsonModelAbstractBuild value) { + this.child = value; + } - /** - * Gets the value of the result property. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getResult() { - return result; - } + /** + * Gets the value of the result property. + * + * @return possible object is {@link Object } + */ + public Object getResult() { + return result; + } - /** - * Sets the value of the result property. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setResult(Object value) { - this.result = value; - } + /** + * Sets the value of the result property. + * + * @param value + * allowed object is {@link Object } + */ + public void setResult(Object value) { + this.result = value; + } } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestMetaTabulatedResult.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestMetaTabulatedResult.java index e4e1d44..5d86c34 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestMetaTabulatedResult.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestMetaTabulatedResult.java @@ -21,11 +21,11 @@ import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.tasks.test.MetaTabulatedResult complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.tasks.test.MetaTabulatedResult complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.tasks.test.MetaTabulatedResult">
    @@ -37,18 +37,11 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "hudson.tasks.test.MetaTabulatedResult") -@XmlSeeAlso({ - HudsonTasksJunitTestResult.class -}) +@XmlSeeAlso({ HudsonTasksJunitTestResult.class }) @SuppressWarnings("all") -public class HudsonTasksTestMetaTabulatedResult - extends HudsonTasksTestTabulatedResult -{ - +public class HudsonTasksTestMetaTabulatedResult extends HudsonTasksTestTabulatedResult { } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTabulatedResult.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTabulatedResult.java index 646946a..00741a4 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTabulatedResult.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTabulatedResult.java @@ -21,11 +21,11 @@ import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.tasks.test.TabulatedResult complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.tasks.test.TabulatedResult complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.tasks.test.TabulatedResult">
    @@ -37,18 +37,11 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "hudson.tasks.test.TabulatedResult") -@XmlSeeAlso({ - HudsonTasksTestMetaTabulatedResult.class -}) +@XmlSeeAlso({ HudsonTasksTestMetaTabulatedResult.class }) @SuppressWarnings("all") -public class HudsonTasksTestTabulatedResult - extends HudsonTasksTestTestResult -{ - +public class HudsonTasksTestTabulatedResult extends HudsonTasksTestTestResult { } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTestObject.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTestObject.java index 44d34e6..1caf0cc 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTestObject.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTestObject.java @@ -21,11 +21,11 @@ import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.tasks.test.TestObject complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.tasks.test.TestObject complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.tasks.test.TestObject">
    @@ -37,18 +37,11 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "hudson.tasks.test.TestObject") -@XmlSeeAlso({ - HudsonTasksTestTestResult.class -}) +@XmlSeeAlso({ HudsonTasksTestTestResult.class }) @SuppressWarnings("all") -public class HudsonTasksTestTestObject - extends HudsonTasksJunitTestObject -{ - +public class HudsonTasksTestTestObject extends HudsonTasksJunitTestObject { } diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTestResult.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTestResult.java index c74ceda..9f2e0bd 100644 --- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTestResult.java +++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTestResult.java @@ -21,11 +21,11 @@ import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; - /** - *

    Java class for hudson.tasks.test.TestResult complex type. - * - *

    The following schema fragment specifies the expected content contained within this class. + *

    + * Java class for hudson.tasks.test.TestResult complex type. + *

    + * The following schema fragment specifies the expected content contained within this class. * *

      * <complexType name="hudson.tasks.test.TestResult">
    @@ -37,19 +37,11 @@
      *   </complexContent>
      * </complexType>
      * 
    - * - * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "hudson.tasks.test.TestResult") -@XmlSeeAlso({ - HudsonTasksTestTabulatedResult.class, - HudsonTasksJunitCaseResult.class -}) +@XmlSeeAlso({ HudsonTasksTestTabulatedResult.class, HudsonTasksJunitCaseResult.class }) @SuppressWarnings("all") -public class HudsonTasksTestTestResult - extends HudsonTasksTestTestObject -{ - +public class HudsonTasksTestTestResult extends HudsonTasksTestTestObject { } diff --git a/org.eclipse.mylyn.hudson.core/src/org/eclipse/mylyn/internal/hudson/core/client/HudsonOperation.java b/org.eclipse.mylyn.hudson.core/src/org/eclipse/mylyn/internal/hudson/core/client/HudsonOperation.java index 5c9ab73..4521caa 100644 --- a/org.eclipse.mylyn.hudson.core/src/org/eclipse/mylyn/internal/hudson/core/client/HudsonOperation.java +++ b/org.eclipse.mylyn.hudson.core/src/org/eclipse/mylyn/internal/hudson/core/client/HudsonOperation.java @@ -134,9 +134,8 @@ private void updateCrumb(IOperationMonitor monitor) throws IOException { InputStream in = HttpUtil.getResponseBodyAsStream(response.getEntity(), monitor); try { String charSet = EntityUtils.getContentCharSet(response.getEntity()); - BufferedReader reader = new BufferedReader(new InputStreamReader(in, (charSet != null) - ? charSet - : "UTF-8")); //$NON-NLS-1$ + BufferedReader reader = new BufferedReader( + new InputStreamReader(in, (charSet != null) ? charSet : "UTF-8")); //$NON-NLS-1$ HtmlStreamTokenizer tokenizer = new HtmlStreamTokenizer(reader, null); for (Token token = tokenizer.nextToken(); token.getType() != Token.EOF; token = tokenizer.nextToken()) { if (token.getType() == Token.TAG) { @@ -173,20 +172,20 @@ public T run() throws HudsonException { } } - protected T doProcess(CommonHttpResponse response, IOperationMonitor monitor) throws IOException, HudsonException, - JAXBException { + protected T doProcess(CommonHttpResponse response, IOperationMonitor monitor) + throws IOException, HudsonException, JAXBException { return null; } - protected void doValidate(CommonHttpResponse response, IOperationMonitor monitor) throws IOException, - HudsonException { + protected void doValidate(CommonHttpResponse response, IOperationMonitor monitor) + throws IOException, HudsonException { validate(response, HttpStatus.SC_OK, monitor); } protected abstract T execute() throws IOException, HudsonException, JAXBException; - protected T process(CommonHttpResponse response, IOperationMonitor monitor) throws IOException, HudsonException, - JAXBException { + protected T process(CommonHttpResponse response, IOperationMonitor monitor) + throws IOException, HudsonException, JAXBException { try { doValidate(response, monitor); return doProcess(response, monitor); @@ -215,8 +214,8 @@ protected HttpPost createPostRequest(String requestPath) { return post; } - protected T processAndRelease(CommonHttpResponse response, IOperationMonitor monitor) throws IOException, - HudsonException, JAXBException { + protected T processAndRelease(CommonHttpResponse response, IOperationMonitor monitor) + throws IOException, HudsonException, JAXBException { try { doValidate(response, monitor); return doProcess(response, monitor); @@ -230,8 +229,8 @@ protected void validate(CommonHttpResponse response, int expected, IOperationMon int statusCode = response.getStatusCode(); if (statusCode != expected) { if (statusCode == HttpStatus.SC_NOT_FOUND) { - throw new HudsonResourceNotFoundException(NLS.bind("Requested resource ''{0}'' does not exist", - response.getRequestPath())); + throw new HudsonResourceNotFoundException( + NLS.bind("Requested resource ''{0}'' does not exist", response.getRequestPath())); } throw new HudsonException(NLS.bind("Unexpected response from Hudson server for ''{0}'': {1}", response.getRequestPath(), HttpUtil.getStatusText(statusCode))); diff --git a/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonUrlTest.java b/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonUrlTest.java index 9c2bc6a..760baa8 100644 --- a/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonUrlTest.java +++ b/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonUrlTest.java @@ -34,8 +34,9 @@ public void testQuotes() throws Exception { } private String createHudsonUrl(String buildName) throws UnsupportedEncodingException { - return HudsonUrl.create("http://hudson.com").depth(1).include("/hudson/job") //$NON-NLS-1$ - .match("name", Collections.singletonList(buildName)) //$NON-NLS-1$ + return HudsonUrl.create("http://hudson.com") //$NON-NLS-1$ + .depth(1) + .include("/hudson/job").match("name", Collections.singletonList(buildName)) //$NON-NLS-2$ .exclude("/hudson/job/build") //$NON-NLS-1$ .toUrl(); } diff --git a/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonTestUtil.java b/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonTestUtil.java index 8e8e82c..9ecac39 100644 --- a/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonTestUtil.java +++ b/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonTestUtil.java @@ -70,8 +70,8 @@ public static T poll(Callable callable) throws Exception { lastException = e; } catch (HudsonException e) { if (e.getMessage().contains("Bad Gateway") && badGatewayCounter-- > 0) {// log and try again - StatusHandler.log(new Status(IStatus.ERROR, "org.eclipse.mylyn.hudson.tests", "Bad Gateway #" - + badGatewayCounter, e)); + StatusHandler.log(new Status(IStatus.ERROR, "org.eclipse.mylyn.hudson.tests", + "Bad Gateway #" + badGatewayCounter, e)); } else { throw e; } diff --git a/org.eclipse.mylyn.hudson.ui/src/org/eclipse/mylyn/internal/hudson/ui/HudsonDiscovery.java b/org.eclipse.mylyn.hudson.ui/src/org/eclipse/mylyn/internal/hudson/ui/HudsonDiscovery.java index 1d0d6ad..3d584b9 100644 --- a/org.eclipse.mylyn.hudson.ui/src/org/eclipse/mylyn/internal/hudson/ui/HudsonDiscovery.java +++ b/org.eclipse.mylyn.hudson.ui/src/org/eclipse/mylyn/internal/hudson/ui/HudsonDiscovery.java @@ -65,32 +65,34 @@ public void serviceDiscovered(IServiceEvent anEvent) { IServiceProperties properties = serviceInfo.getServiceProperties(); try { if (properties.getProperty(URL_PROPERTY) == null) { - notifyMessage(Messages.JenkinsDiscovery_MessageTitle, NLS.bind( - Messages.JenkinsDiscovery_MissingURL, new Object[] { serviceInfo.getLocation() - .getHost() })); + notifyMessage(Messages.JenkinsDiscovery_MessageTitle, + NLS.bind(Messages.JenkinsDiscovery_MissingURL, + new Object[] { serviceInfo.getLocation().getHost() })); } else { issueJenkinsNotification(properties); } } catch (URISyntaxException e) { - StatusHandler.log(new Status(IStatus.ERROR, HudsonConnectorUi.ID_PLUGIN, NLS.bind( - Messages.Discovery_IncorrectURI, new Object[] { properties.getProperty(URL_PROPERTY) - .toString() }), e)); + StatusHandler.log(new Status(IStatus.ERROR, HudsonConnectorUi.ID_PLUGIN, + NLS.bind(Messages.Discovery_IncorrectURI, + new Object[] { properties.getProperty(URL_PROPERTY).toString() }), + e)); } } if (serviceTypeId.getName().equals(HUDSON_MDNS_ID)) { IServiceProperties properties = serviceInfo.getServiceProperties(); try { if (properties.getProperty(URL_PROPERTY) == null) { - notifyMessage(Messages.HudsonDiscovery_MessageTitle, NLS.bind( - Messages.HudsonDiscovery_MissingURL, - new Object[] { serviceInfo.getLocation().getHost() })); + notifyMessage(Messages.HudsonDiscovery_MessageTitle, + NLS.bind(Messages.HudsonDiscovery_MissingURL, + new Object[] { serviceInfo.getLocation().getHost() })); } else { issueHudsonNotification(properties); } } catch (URISyntaxException e) { - StatusHandler.log(new Status(IStatus.ERROR, HudsonConnectorUi.ID_PLUGIN, NLS.bind( - Messages.Discovery_IncorrectURI, new Object[] { properties.getProperty(URL_PROPERTY) - .toString() }), e)); + StatusHandler.log(new Status(IStatus.ERROR, HudsonConnectorUi.ID_PLUGIN, + NLS.bind(Messages.Discovery_IncorrectURI, + new Object[] { properties.getProperty(URL_PROPERTY).toString() }), + e)); } } } @@ -178,10 +180,8 @@ private void issueHudsonNotification(IServiceProperties properties) throws URISy String url = properties.getProperty(URL_PROPERTY).toString(); String id = getId(properties); if (isNew(url, id)) { - notifyMessage( - Messages.HudsonDiscovery_MessageTitle, - NLS.bind(Messages.HudsonDiscovery_MessageText, new Object[] { url, - Messages.HudsonDiscovery_ServerName, url, id })); + notifyMessage(Messages.HudsonDiscovery_MessageTitle, NLS.bind(Messages.HudsonDiscovery_MessageText, + new Object[] { url, Messages.HudsonDiscovery_ServerName, url, id })); } } @@ -191,10 +191,8 @@ private void issueJenkinsNotification(IServiceProperties properties) throws URIS if (isNew(url, id)) { // Change the first segment (org.eclipse.mylyn.hudson) to the id of // the new repository type when we start differentiation between the two - notifyMessage( - Messages.JenkinsDiscovery_MessageTitle, - NLS.bind(Messages.JenkinsDiscovery_MessageText, new Object[] { url, - Messages.JenkinsDiscovery_ServerName, url, id })); + notifyMessage(Messages.JenkinsDiscovery_MessageTitle, NLS.bind(Messages.JenkinsDiscovery_MessageText, + new Object[] { url, Messages.JenkinsDiscovery_ServerName, url, id })); } }