The following macros are not currently supported in the header:
- style
FlexDeploy - Perforce Plugin Guide
Supported Versions
- 2016.1+
Key Features
- Easily configured.
- Can check out and export files from a Perforce depot.
- Can add or delete files from a depot.
Instance Properties
FlexDeploy supports creation of Perforce instances and the following properties will be configured for each Instance. These properties are available to all operations.
Property Name | Property Code | Required | Description |
---|---|---|---|
Perforce Host | FDPERF_HOST | Yes | The address of the Perforce host to connect to. |
Perforce Port | FDPERF_PORT | Yes | The port on the host to use. |
Perforce User | FDPERF_USER | Yes | The user to connect to the depot as. |
Perforce User Password | FDPERF_PASSWORD | Yes | The password to use. |
Perforce SSL Connection | FDPERF_IS_SSL | Yes | Connect using SSL. |
- Java 6: http://www.oracle.com/technetwork/java/javase/downloads/jce-6-download-429243.html
- Java 7: http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html
- Java 8: http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html
The download contains a readme file that explains how to install the unlimited strength JCE. It will need to be installed on both the FlexDeploy server, and any endpoint that the plugin will be executed on.
Plugin Operations
- add (Perforce)
- checkout (Perforce)
- checkoutProjectSources (Perforce)
- delete (Perforce)
- export (Perforce)
- exportProjectSources (Perforce)
- label (Perforce)
- labelProjectSources (Perforce)
The following macros are not currently supported in the footer:
- style