com.atlassian.bamboo.repository.perforce
Class PerforceUsersCommand

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.PerforceUsersCommand

public class PerforceUsersCommand
extends AbstractPerforceCommand

This obtains a list of valid perforce users...


Constructor Summary
PerforceUsersCommand()
           
 
Method Summary
 Commandline getCommandLine()
          What the is the command line to execute?
 Set getValidUserNames()
           
 
Methods inherited from class com.atlassian.bamboo.repository.perforce.AbstractPerforceCommand
getClient, getP4Executable, getPort, getUser, getWorkingDirectory, setClient, setP4Executable, setPort, setUser
 
Methods inherited from class com.atlassian.bamboo.command.Command
executeCommand, getEnvironmentSetting, getErrorOutput, getOutput, hasErrors, isExecutableExists, isWindowsPlatform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerforceUsersCommand

public PerforceUsersCommand()
Method Detail

getCommandLine

public Commandline getCommandLine()
Description copied from class: Command
What the is the command line to execute?

Specified by:
getCommandLine in class Command
Returns:
The command line

getValidUserNames

public Set getValidUserNames()


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.