config.jelly #3

  • //
  • guest/
  • paul_allen/
  • dev/
  • p4-jenkins/
  • p4-client/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4_client/
  • workspace/
  • WorkspaceSpec/
  • config.jelly
  • View
  • Commits
  • Open Download .zip Download (907 B)
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
 
	<f:entry title="${%Options}">
	<table width="100%"> 
	<td><f:checkbox title="${%ALLWRITE}" 	field="allwrite" 	id="id.allwrite"	/></td>
	<td><f:checkbox title="${%CLOBBER}" 	field="clobber" 	id="id.clobber" 	/></td>
	<td><f:checkbox title="${%COMPRESS}" 	field="compress" 	id="id.compress" 	/></td>
	<td><f:checkbox title="${%LOCKED}" 		field="locked" 		id="id.locked" 		/></td>
	<td><f:checkbox title="${%MODTIME}" 	field="modtime" 	id="id.modtime" 	/></td>
	<td><f:checkbox title="${%RMDIR}" 		field="rmdir" 		id="id.rmdir" 		/></td>
	</table>
	</f:entry>
	
	<f:entry title="${%Stream }" field="streamName">
		<f:textbox id="id.stream" />
	</f:entry>
	
	<f:entry title="${%Line Endings }" field="line">
		<f:select id="id.line" />
	</f:entry>
	
	<f:entry title="${%View Mappings }" field="view">
		<f:textarea 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.