Skip to content

Commit

Permalink
Updated to only allow 52 characters for the accounting information.
Browse files Browse the repository at this point in the history
  • Loading branch information
efhjnw0 committed May 23, 2019
1 parent 960f2f8 commit 9a18cb1
Show file tree
Hide file tree
Showing 5 changed files with 1,123 additions and 965 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -764,11 +764,11 @@ public FormValidation doCheckCredentialsId(@QueryParameter final String value)
* Fills in the Host Connection selection box with applicable connections.
*
* @param context
* filter for host connections
* An instance of <code>context</code> for the Jenkin's context
* @param connectionId
* an existing host connection identifier; can be null
* @param project
* the Jenkins project
* An instance of <code>Item</code> for the project.
*
* @return host connection selections
*/
Expand Down Expand Up @@ -797,9 +797,16 @@ public ListBoxModel doFillConnectionIdItems(@AncestorInPath Jenkins context, @Qu
}

/**
* Fills in the Code page selection box with code pages.
*
* @return code page selections
* Fill in the Code Coverage program types.
*
* @param context
* An instance of <code>context</code> for the Jenkin's context
* @param ccPgmType
* The type of program to test.
* @param project
* An instance of <code>Item</code> for the project.
*
* @return A <code>ListBoxModel</code> instance contain the Code Coverage program types.
*/
public ListBoxModel doFillCcPgmTypeItems(@AncestorInPath Jenkins context, @QueryParameter String ccPgmType, @AncestorInPath Item project)
{
Expand All @@ -815,11 +822,11 @@ public ListBoxModel doFillCcPgmTypeItems(@AncestorInPath Jenkins context, @Query
* Fills in the Login Credential selection box with applicable Jenkins credentials
*
* @param context
* Jenkins context.
* An instance of <code>context</code> for the Jenkin's context
* @param credentialsId
* The credendtial id for the user.
* @param project
* The Jenkins project.
* An instance of <code>Item</code> for the project.
*
* @return credential selections
*
Expand Down

0 comments on commit 9a18cb1

Please sign in to comment.