com.atlassian.bamboo.repository.perforce
Class PerforceDescribeCommand

java.lang.Object
  extended by com.atlassian.bamboo.command.Command
      extended by com.atlassian.bamboo.repository.perforce.AbstractPerforceCommand
          extended by com.atlassian.bamboo.repository.perforce.PerforceDescribeCommand

Deprecated.

@Deprecated
public class PerforceDescribeCommand
extends AbstractPerforceCommand

This obtains the change list numbers for all changes since the last build


Field Summary
 
Fields inherited from class com.atlassian.bamboo.repository.perforce.AbstractPerforceCommand
myCommandErrors, myCommandOutput
 
Fields inherited from class com.atlassian.bamboo.command.Command
buildLoggerManager, substitutionBean
 
Constructor Summary
PerforceDescribeCommand()
          Deprecated.  
 
Method Summary
 org.apache.tools.ant.types.Commandline getCommandLine(ReadOnlyCapabilitySet capabilitySet)
          Deprecated. Basic Perforce P4 describe command line.
 Commit getCommitEntry()
          Deprecated.  
 java.lang.String getDepot()
          Deprecated. What is the build depot?
protected  java.lang.String getFileName(java.lang.String fileName)
          Deprecated.  
 void setChangeListNumber(java.lang.String changeListNumber)
          Deprecated.  
 void setDepot(java.lang.String depot)
          Deprecated. Set the build depot
 
Methods inherited from class com.atlassian.bamboo.repository.perforce.AbstractPerforceCommand
executeCommand, executeCommand, getClient, getEncryptedPassword, getErrorOutput, getOutput, getP4Executable, getPassword, getPort, getUser, getWorkingDirectory, hasErrors, setClient, setEncryptedPassword, setP4Executable, setPort, setUser
 
Methods inherited from class com.atlassian.bamboo.command.Command
executeCommand, getBuildLoggerManager, getCustomEnvironmentVars, getEnvironmentSetting, getVariableSubstitutionBean, isExecutableExists, isWindowsPlatform, setBuildLoggerManager, setVariableSubstitutionBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerforceDescribeCommand

public PerforceDescribeCommand()
Deprecated. 
Method Detail

getCommandLine

public org.apache.tools.ant.types.Commandline getCommandLine(ReadOnlyCapabilitySet capabilitySet)
Deprecated. 
Basic Perforce P4 describe command line.

E.G.

p4 describe -s 58

Specified by:
getCommandLine in class Command
Parameters:
capabilitySet -
Returns:
The perforce command to get a change list information.

getCommitEntry

public Commit getCommitEntry()
Deprecated. 

getFileName

protected java.lang.String getFileName(java.lang.String fileName)
Deprecated. 

setDepot

public void setDepot(java.lang.String depot)
Deprecated. 
Set the build depot

Parameters:
depot - The perforce build depot

getDepot

public java.lang.String getDepot()
Deprecated. 
What is the build depot?

Returns:
the depot

setChangeListNumber

public void setChangeListNumber(java.lang.String changeListNumber)
Deprecated. 


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.