<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}" /></td> <td><f:checkbox title="${%CLOBBER}" field="clobber" checked="${instance.clobber}" /></td> <td><f:checkbox title="${%COMPRESS}" field="compress" checked="${instance.compress}" /></td> <td><f:checkbox title="${%LOCKED}" field="locked" checked="${instance.locked}" /></td> <td><f:checkbox title="${%MODTIME}" field="modtime" checked="${instance.modtime}" /></td> <td><f:checkbox title="${%RMDIR}" field="rmdir" checked="${instance.rmdir}" /></td> </table> </f:entry> <f:entry title="${%Line Endings }" field="line"> <f:select value="${instance.getLine()}" /> </f:entry> <f:entry title="${%View Mappings }" field="view"> <f:textarea value="${instance.getView()}" /> </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. |