The Project Files tab is only available for Partial Deployment projects and regular projects with Project Type as EBS. Project Files allows you to define the files that will be deployed for a project and the specific configuration for each file that allows flexibility for how the file is deployed.
...
When you first create a Partial Deployment project, the Project Files tab will be unpopulatedempty. Before adding Project Files, make sure you have updated the Project Properties. There are 2 ways to add files to the Project Files tab:
- Use the Populate from SCM button. This will add all files from defined source configurations, so if you are only interested in adding specific files, then use Create button.
- Manually add files using the Create button.
Using the Populate from SCM button
...
The Project Files contents are organized based on the Object Type Drop down (circled in Figure 9.29.image below).
When selecting the drop down, you see the list of Object Types supported for the type of Partial Deployment project Project Type you selected when you created the project. In the figure below, the information displayed for each object type is
- The Object Type Name
- N of M where N is the number of files which are of the type that match the filter, and M is the total number of files of that type. If the number of files for that type which also match the filter is greater than 0, then the line in the dropdown drop down will be boldedbold.
- Number of files that are selected
- The currently selected object type will be in gray, so it can not be clicked again.
Updating the List of Files
...
These will work as described in section Initially Populating Project Files. The Populate from SCM button will add new files that have been checked into your SCM. You will need to click the Save button to confirm these changes or click the Revert button to undo the changes.
...
The Edit File pop up screen allows you to update the values for the following fields:
Field Name | Description |
---|---|
Object Type | The type of object for this file. Changing the Object Type will move the file to the page for that object type. |
Source | Source is either SCM or EBS |
Object Type dependent fields | Varies. |
Deploy Command | The command that will be executed by the plugin to deploy this file. |
...
To initiate a build from the Project Files tab, you select the files to be included in the build and click the Build with Selected Button. This will populate the build screen described in section 14.1.3 request form with the selected files (See Building a Partial Deployment Project).
To select the files you would like to build there are a couple of features to help.
The first column in the table is a check box that allows you to select and unselect files individually as shown in the following figure.
At the Object Type level there are three buttons as shown in the figure below. hese button These buttons do the following:
- All – Selects all of the files for that Object Type based on current filter
- None – Unselects all the files for that Object Type based on current filter
- Invert - Unselects all the files that are currently selected and selects all the files that are currently unselected based on current filter.
To manipulate the files across project types use the buttons shown in the figure below. These button do the following:
...