org.apache.tools.ant.taskdefs.optional.starteam
public class StarTeamLabel extends StarTeamTask
<taskdef name="stlabel" classname="org.apache.tools.ant.taskdefs.optional.starteam.StarTeamLabel"/< <stlabel label="1.0" lastbuild="20011514100000" description="Successful Build" username="BuildMaster" password="ant" starteamurl="server:port/project/view"/>
See Also: StarBase Web Site
UNKNOWN: name="stlabel" category="scm"
Method Summary | |
---|---|
protected View | createSnapshotView(View raw)
Override of base-class abstract function creates an
appropriately configured view. |
void | execute()
This method does the work of creating the new view and checking it into
Starteam.
|
void | setBuildLabel(boolean buildlabel)
set the type of label based on the supplied value - if true, this
label will be a revision label, if false, a build label.
|
void | setDescription(String description)
Description of the label to be stored in the StarTeam project. |
void | setLabel(String label)
The name to be given to the label; required. |
void | setLastBuild(String lastbuild)
The timestamp of the build that will be stored with the label; required.
|
void | setRevisionLabel(boolean revisionlabel)
set the type of label based on the supplied value - if true, this
label will be a revision label, if false, a build label.
|
Parameters: raw the unconfigured View
Returns: the snapshot View
appropriately configured.
Parameters: buildlabel If true this will be a revision label; if false, a build label
yyyyMMddHHmmss
Parameters: revisionlabel If true this will be a revision label; if false, a build label