Uses of Interface
com.perforce.p4java.core.IBranchSpec

Packages that use IBranchSpec
com.perforce.p4java.core Provides interfaces and classes for defining and accessing Perforce objects such as jobs, changelists, etc., and, through the file sub-package, Perforce files. 
com.perforce.p4java.impl.generic.core Provides standard implementation classes for the com.perforce.p4java.core interfaces. 
com.perforce.p4java.impl.mapbased.server   
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of IBranchSpec in com.perforce.p4java.core
 

Methods in com.perforce.p4java.core that return IBranchSpec
static IBranchSpec CoreFactory.newBranchSpec(IOptionsServer server, String name, String description, String[] branches, boolean createOnServer)
          Create a new branch spec locally and / or on the server with default values for non-parameter fields.
 

Uses of IBranchSpec in com.perforce.p4java.impl.generic.core
 

Classes in com.perforce.p4java.impl.generic.core that implement IBranchSpec
 class BranchSpec
          Simple default implementation class for the IBranchSpec interface.
 

Methods in com.perforce.p4java.impl.generic.core with parameters of type IBranchSpec
static Map<String,Object> InputMapper.map(IBranchSpec branchSpec)
           
 

Uses of IBranchSpec in com.perforce.p4java.impl.mapbased.server
 

Methods in com.perforce.p4java.impl.mapbased.server that return IBranchSpec
 IBranchSpec Server.getBranchSpec(String name)
           
 IBranchSpec Server.getBranchSpec(String name, GetBranchSpecOptions opts)
           
 

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type IBranchSpec
 String Server.createBranchSpec(IBranchSpec branchSpec)
           
 String Server.updateBranchSpec(IBranchSpec branchSpec)
           
 

Uses of IBranchSpec in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return IBranchSpec
 IBranchSpec IServer.getBranchSpec(String name)
          Get a specific named Perforce branch spec from the Perforce server.
 IBranchSpec IOptionsServer.getBranchSpec(String name, GetBranchSpecOptions opts)
          Get a specific named Perforce branch spec from the Perforce server.
 

Methods in com.perforce.p4java.server with parameters of type IBranchSpec
 String IServer.createBranchSpec(IBranchSpec branchSpec)
          Create a new Perforce branch spec on the Perforce server.
 String IServer.updateBranchSpec(IBranchSpec branchSpec)
          Update a Perforce branch spec on the Perforce server.
 



Copyright © 2015 Perforce Software. All Rights Reserved.