com.atlassian.bamboo.repository.perforce
Class PerforceDescribeCommand
java.lang.Object
com.atlassian.bamboo.command.Command
com.atlassian.bamboo.repository.perforce.AbstractPerforceCommand
com.atlassian.bamboo.repository.perforce.PerforceDescribeCommand
public class PerforceDescribeCommand
- extends AbstractPerforceCommand
This obtains the change list numbers for all changes since the last build
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerforceDescribeCommand
public PerforceDescribeCommand()
getCommandLine
public Commandline getCommandLine()
- Basic Perforce P4 describe command line.
E.G.
p4 describe -s 58
- Specified by:
getCommandLine
in class Command
- Returns:
- The perforce command to get a change list information.
getChangeLogEntry
public ChangeLogEntry getChangeLogEntry()
setDepot
public void setDepot(String depot)
- Set the build depot
- Parameters:
depot
- The perforce build depot
getDepot
public String getDepot()
- What is the build depot?
- Returns:
- the depot
setChangeListNumber
public void setChangeListNumber(String changeListNumber)
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.