config.jelly #2

  • //
  • guest/
  • perforce_software/
  • p4jenkins/
  • main/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • workspace/
  • WorkspaceSpec/
  • config.jelly
  • View
  • Commits
  • Open Download .zip Download (911 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.streamName" />
	</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
#7 29848 Sandeep Kumar Merge pull request #195 from jenkinsci/StreamAtChange

Support StreamAtChange for ManualWorkspace.
#6 24473 Paul Allen Enable ChangeView and Client Backup features.
#5 23589 Paul Allen Remove forced clobber and set default clobber option to true.

JENKINS-49041
#4 22163 Paul Allen Manual Workspace support for READONLY and PARTITIONED.

Change Type to Enum.
JENKINS-39753
#3 19519 Paul Allen Jelly header update.

<?jelly escape-by-default='true'?>
#2 15138 Paul Allen Fix: StreamName not shown in Manual Workspace config.
#1 9690 Paul Allen [Branching using p4-jenkins]
Release 1.0.1
//guest/paul_allen/dev/p4-jenkins/p4-client/src/main/resources/org/jenkinsci/plugins/p4/workspace/WorkspaceSpec/config.jelly
#1 9672 Paul Allen Refactor name from 'p4_client' to 'p4'.
//guest/paul_allen/dev/p4-jenkins/p4-client/src/main/resources/org/jenkinsci/plugins/p4_client/workspace/WorkspaceSpec/config.jelly
#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.