<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
<f:entry title="${%Options}">
<table width="100%">
<td><f:checkbox title="${%ALLWRITE}" field="allwrite" checked="${instance.allwrite}" id="id.allwrite" /></td>
<td><f:checkbox title="${%CLOBBER}" field="clobber" checked="${instance.clobber}" id="id.clobber" /></td>
<td><f:checkbox title="${%COMPRESS}" field="compress" checked="${instance.compress}" id="id.compress" /></td>
<td><f:checkbox title="${%LOCKED}" field="locked" checked="${instance.locked}" id="id.locked" /></td>
<td><f:checkbox title="${%MODTIME}" field="modtime" checked="${instance.modtime}" id="id.modtime" /></td>
<td><f:checkbox title="${%RMDIR}" field="rmdir" checked="${instance.rmdir}" id="id.rmdir" /></td>
</table>
</f:entry>
<f:entry title="${%Line Endings }" field="line">
<f:select value="${instance.getLine()}" id="id.line" />
</f:entry>
<f:entry title="${%View Mappings }" field="view">
<f:textarea value="${instance.getView()}" id="id.view" />
</f:entry>
</j:jelly> | # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #4 | 9672 | Paul Allen | Refactor name from 'p4_client' to 'p4'. | ||
| #3 | 8756 | Paul Allen | Added Stream field to Manual Workspace config. | ||
| #2 | 8755 | Paul Allen | JavaScript automation for populating Client workspace spec in Manual mode. | ||
| #1 | 8749 | Paul Allen |
Split off Worksapce Spec from Manual Workspace configuration into a Property Jelly item. Plan to autoload values based on selected client. |