You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2005/07/08 15:46:27 UTC

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/starteam StarTeamLabel.java

peterreilly    2005/07/08 06:46:27

  Modified:    src/main/org/apache/tools/ant/taskdefs/optional/starteam
                        StarTeamLabel.java
  Log:
  javadoc
  
  Revision  Changes    Path
  1.24      +8 -4      ant/src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamLabel.java
  
  Index: StarTeamLabel.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamLabel.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- StarTeamLabel.java	9 Mar 2004 16:48:37 -0000	1.23
  +++ StarTeamLabel.java	8 Jul 2005 13:46:27 -0000	1.24
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2001-2004 The Apache Software Foundation
  + * Copyright  2001-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  @@ -77,14 +77,16 @@
   
   
       /**
  -    * The name to be given to the label; required.
  -    */
  +     * The name to be given to the label; required.
  +     * @param label the name to be used
  +     */
       public void setLabel(String label) {
           this.labelName = label;
       }
   
       /**
        * Description of the label to be stored in the StarTeam project.
  +     * @param description the description to be used
        */
       public void setDescription(String description) {
           this.description = description;
  @@ -117,6 +119,8 @@
       /**
        * The timestamp of the build that will be stored with the label; required.
        * Must be formatted <code>yyyyMMddHHmmss</code>
  +     * @param lastbuild the timestamp of the last build
  +     * @throws BuildException on error
        */
       public void setLastBuild(String lastbuild) throws BuildException {
           try {
  @@ -131,7 +135,7 @@
       /**
        * This method does the work of creating the new view and checking it into
        * Starteam.
  -     *
  +     * @throws BuildException on error
        */
       public void execute() throws BuildException {
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org