Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 95756 invoked from network); 9 Aug 2005 07:04:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Aug 2005 07:04:36 -0000 Received: (qmail 57911 invoked by uid 500); 9 Aug 2005 07:04:36 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 57886 invoked by uid 500); 9 Aug 2005 07:04:36 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 57873 invoked by uid 99); 9 Aug 2005 07:04:36 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 09 Aug 2005 00:04:35 -0700 Received: (qmail 95750 invoked by uid 65534); 9 Aug 2005 07:04:35 -0000 Message-ID: <20050809070435.95748.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r231000 - in /maven/continuum/trunk: continuum-model/pom.xml continuum-model/src/main/mdo/ continuum-model/src/main/mdo/continuum.mdo continuum-uml/continuum.zuml Date: Tue, 09 Aug 2005 07:04:34 -0000 To: continuum-commits@maven.apache.org From: brett@apache.org X-Mailer: svnmailer-1.0.3 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: brett Date: Tue Aug 9 00:04:22 2005 New Revision: 231000 URL: http://svn.apache.org/viewcvs?rev=231000&view=rev Log: add the new model Added: maven/continuum/trunk/continuum-model/src/main/mdo/ maven/continuum/trunk/continuum-model/src/main/mdo/continuum.mdo Modified: maven/continuum/trunk/continuum-model/pom.xml maven/continuum/trunk/continuum-uml/continuum.zuml Modified: maven/continuum/trunk/continuum-model/pom.xml URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-model/pom.xml?rev=231000&r1=230999&r2=231000&view=diff ============================================================================== --- maven/continuum/trunk/continuum-model/pom.xml (original) +++ maven/continuum/trunk/continuum-model/pom.xml Tue Aug 9 00:04:22 2005 @@ -9,6 +9,7 @@ 1.0-beta-1-SNAPSHOT Continuum Model + jpox jpox-enhancer @@ -27,11 +28,6 @@ - - org.hsqldb.jdbcDriver - jdbc:hsqldb:mem:foo - sa - org.codehaus.modello @@ -40,10 +36,23 @@ 1.0.0 false - src/main/resources/continuum.mdo + + + old + + src/main/resources/continuum.mdo + + + java + + + + + src/main/mdo/continuum.mdo + java + + + ProjectGroup + 1.0.0+ + + + id + 1.0.0+ + int + true + + + groupId + 1.0.0+ + String + + + name + 1.0.0+ + String + + + description + 1.0.0+ + String + + + projects + 1.0.0+ + + Project + * + + + + notifiers + 1.0.0+ + + ProjectNotifier + * + + + + buildDefinitions + 1.0.0+ + + BuildDefinition + * + + + + + + + Project + 1.0.0+ + + + id + true + true + 1.0.0+ + int + + + groupId + 1.0.0+ + String + + + artifactId + 1.0.0+ + String + + + name + 1.0.0+ + String + + + description + 1.0.0+ + String + + + url + 1.0.0+ + String + + + scmUrl + 1.0.0+ + String + + + version + 1.0.0+ + String + + + state + 1.0.0+ + int + + + buildNumber + 1.0.0+ + int + + + workingDirectory + 1.0.0+ + String + + + buildResults + 1.0.0+ + + BuildResult + * + + + + + checkoutResult + 1.0.0+ + + ScmResult + + + + developers + 1.0.0+ + + ProjectDeveloper + * + + + + dependencies + 1.0.0+ + + ProjectDependency + * + + + + projectGroup + 1.0.0+ + + ProjectGroup + + + + notifiers + 1.0.0+ + + ProjectNotifier + * + + + + buildDefinitions + 1.0.0+ + + BuildDefinition + * + + + + + + + ProjectNotifier + 1.0.0+ + + Configures one method for notifying users/developers when a build breaks. + + + + type + 1.0.0+ + mail + String + The mechanism used to deliver notifications. + + + recipientType + 1.0.0+ + int + + + sendOnSuccess + 1.0.0+ + boolean + + + sendOnFailure + 1.0.0+ + boolean + + + sendOnError + 1.0.0+ + boolean + + + configuration + 1.0.0+ + Extended configuration specific to this notifier goes here. + Map + + String + * + + + + + + + ProjectDeveloper + 1.0.0+ + + + scmId + 1.0.0+ + String + + + name + 1.0.0+ + String + + + email + 1.0.0+ + String + + + continuumId + 1.0.0+ + String + + + + + + ProjectDependency + 1.0.0+ + + + groupId + 1.0.0+ + String + + + artifactId + 1.0.0+ + String + + + version + 1.0.0+ + String + + + + + + BuildResult + 1.0.0+ + + + + project + 1.0.0+ + true + + Project + + + + buildNumber + 1.0.0+ + int + true + + + state + 1.0.0+ + int + + + trigger + 1.0.0+ + int + + + startTime + 1.0.0+ + Date + + + endTime + 1.0.0+ + Date + + + error + 1.0.0+ + String + + + success + 1.0.0+ + boolean + + + exitCode + 1.0.0+ + int + + + scmResult + 1.0.0+ + + ScmResult + + + + + + + ScmResult + org.apache.maven.continuum.model.scm + 1.0.0+ + + + success + 1.0.0+ + boolean + + + providerMessage + 1.0.0+ + String + + + + commandOutput + 1.0.0+ + String + + + files + 1.0.0+ + + ScmFile + * + + + + changes + 1.0.0+ + + ChangeSet + * + + + + + + + ScmFile + org.apache.maven.continuum.model.scm + 1.0.0+ + + + path + 1.0.0+ + String + + + + + + ChangeSet + org.apache.maven.continuum.model.scm + 1.0.0+ + + + author + 1.0.0+ + String + + + comment + 1.0.0+ + String + + + date + 1.0.0+ + Date + + + files + 1.0.0+ + + ChangeFile + * + + + + + + + ChangeFile + org.apache.maven.continuum.model.scm + 1.0.0+ + + + name + 1.0.0+ + String + + + revision + 1.0.0+ + String + + + + + + BuildDefinition + 1.0.0+ + + + goals + 1.0.0+ + String + + + arguments + 1.0.0+ + String + + + buildFile + 1.0.0+ + String + + + schedule + 1.0.0+ + + Schedule + + + + profile + 1.0.0+ + + Profile + + + + + + + Schedule + 1.0.0+ + + + + active + 1.0.0+ + boolean + + + name + 1.0.0+ + String + + + description + 1.0.0+ + String + + + delay + + 1.0.0+ + int + + + cronExpression + 1.0.0+ + String + + + + + + Profile + 1.0.0+ + + + active + 1.0.0+ + boolean + + + name + 1.0.0+ + String + + + description + 1.0.0+ + String + + + scmMode + 1.0.0+ + int + + + buildWithoutChanges + 1.0.0+ + boolean + + + jdk + 1.0.0+ + + Installation + + + + builder + 1.0.0+ + + Installation + + + + + + + Installation + org.apache.maven.continuum.model.system + 1.0.0+ + + + version + 1.0.0+ + String + + + path + 1.0.0+ + String + + + name + 1.0.0+ + String + + + + + + SystemConfiguration + org.apache.maven.continuum.model.system + 1.0.0+ + + + guestAccountEnabled + 1.0.0+ + boolean + true + + + + + + User + org.apache.maven.continuum.model.system + 1.0.0+ + + + username + 1.0.0+ + String + + + accountId + 1.0.0+ + int + true + + + hashedPassword + 1.0.0+ + String + + + fullName + 1.0.0+ + String + + + email + 1.0.0+ + String + + + permissions + 1.0.0+ + + Permission + * + + + + notificationAddresses + 1.0.0+ + + NotificationAddress + * + + + + + + + Permission + org.apache.maven.continuum.model.system + 1.0.0+ + + + id + true + 1.0.0+ + int + + + name + 1.0.0+ + String + + + description + 1.0.0+ + String + + + + + + NotificationAddress + 1.0.0+ + org.apache.maven.continuum.model.system + + Configures one method for notifying users/developers when a build breaks. + + + + type + 1.0.0+ + mail + String + The mechanism used to deliver notifications. + + + address + 1.0.0+ + String + + + configuration + 1.0.0+ + Extended configuration specific to this notifier goes here. + Map + + String + * + + + + + + + Modified: maven/continuum/trunk/continuum-uml/continuum.zuml URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-uml/continuum.zuml?rev=231000&r1=230999&r2=231000&view=diff ============================================================================== Binary files - no diff available.