testflight
Class TestflightTeam

java.lang.Object
  extended by testflight.TestflightTeam

public class TestflightTeam
extends Object


Constructor Summary
TestflightTeam(String tokenPairName, String filePath, String dsymPath)
           
 
Method Summary
 String getDsymPath()
           
 String getFilePath()
           
 String getTokenPairName()
           
 void setDsymPath(String dsymPath)
           
 void setFilePath(String filePath)
           
 void setTokenPairName(String tokenPairName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestflightTeam

@DataBoundConstructor
public TestflightTeam(String tokenPairName,
                                           String filePath,
                                           String dsymPath)
Method Detail

getTokenPairName

public String getTokenPairName()

setTokenPairName

public void setTokenPairName(String tokenPairName)

getFilePath

public String getFilePath()

setFilePath

public void setFilePath(String filePath)

getDsymPath

public String getDsymPath()

setDsymPath

public void setDsymPath(String dsymPath)


Copyright © 2004-2013. All Rights Reserved.