config.jelly #2

  • //
  • guest/
  • paul_allen/
  • dev/
  • p4-jenkins/
  • p4-client/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4_client/
  • credentials/
  • P4PasswordImpl/
  • config.jelly
  • View
  • Commits
  • Open Download .zip Download (545 B)
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">

	<f:invisibleEntry>
		<f:textbox style="display:none" field="id"/>
	</f:invisibleEntry>
  
	<f:entry title="${%Description}" field="description">
		<f:textbox/>
	</f:entry>
	
	<f:entry title="${%P4Port}" field="p4port">
		<f:textbox/>
	</f:entry>
	<f:entry title="${%SSL connection}" field="ssl">
		<f:checkbox/>
	</f:entry>
	
	<f:entry title="${%Username}" field="username">
		<f:textbox/>
	</f:entry>
	<f:entry title="${%Password}" field="password">
		<f:password/>
	</f:entry>
  
</j:jelly>
# Change User Description Committed
#6 9672 Paul Allen Refactor name from 'p4_client' to 'p4'.
#5 8742 Paul Allen Added SSL support to "Test Connection" button for Perforce Credentials.
#4 8741 Paul Allen Added "Test Connection" to Perforce Password and Ticket Credentials.
 Does not support SSL connections...yet
#3 8660 Paul Allen Added P4TRUST for SSL connections in the Credentials plugin and ConnectionFactory.
#2 8629 Paul Allen Added p4java with connection/authorisation helper classes.
 Included SSL support and detection of Unicode servers.
#1 8611 Paul Allen Basic implementation of Credentials Store