<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:optionalBlock name="ssl" title="${%SSL connection}" checked="${instance.isSsl()}"> <f:entry title="${%Trust}" field="trust"> <f:textbox/> </f:entry> </f:optionalBlock> <f:entry title="${%Username}" field="username"> <f:textbox/> </f:entry> <f:entry title="${%Password}" field="password"> <f:password/> </f:entry> <f:validateButton title="${%Test Connection}" progress="${%Testing...}" method="testConnection" with="p4port,ssl,trust,username,password" /> </j:jelly>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#6 | 21794 | Paul Allen |
Merge pull request #39 from Dohbedoh/JENKINS-34825 Jenkins 34825 |
||
#5 | 21154 | Paul Allen | P4HOST support for connection. | ||
#4 | 16502 | Paul Allen |
Advanced Credentials option for RPC_SOCKET_SO_TIMEOUT_NICK JENKINS-31196 |
||
#3 | 15656 | Paul Allen |
Updated credentials to extend BaseStandardCredentials. Allows users to set the ID at creation. JENKINS-29702 |
||
#2 | 15293 | Paul Allen |
Add retry attempts to Perforce Tasks. If a task fails due to an exception then the task will retry based on the value specified in the connection Credential. |
||
#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/credentials/P4PasswordImpl/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/credentials/P4PasswordImpl/config.jelly | |||||
#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 |