Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RTC+Jenkins: How to add new text field in jenkins UI if my claas is extending RtcExtensionProvider?

I am to new jenkins and devlopting one jenkins plugin by extending RtcExtensionProvider and its entry method is getComponentLoadRules (below is the code sample).
i want to add a custom text feild on jenkins UI, for that i have to extens Builder plugin which is not possible because i already extends my class with RtcExtensionProvider.
if i will create a new class XYZ extends Builder then also i am not able to call getComponentLoadRules method of class JenkinsLoad.

Is there any way to add custom fild on jenkins ui which below code possiblity?

@Extension
public class JenkinsLoad extends RtcExtensionProvider implements Serializable {
@Override
  public Map<String, String> getComponentLoadRules(String workspaceUUID, String workspaceName, String buildResultUUID,
      Map<String, String> componentInfo, String repoURL, String userId, String password, PrintStream logger)
      throws IOException, KeyManagementException, NoSuchAlgorithmException, CloneNotSupportedException {
      
      // rest implemention
      }
      }

0 votes


Be the first one to answer this question!

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,951
× 1,700
× 382

Question asked: Dec 03 '18, 6:12 a.m.

Question was seen: 1,725 times

Last updated: Dec 03 '18, 6:12 a.m.

Related questions
Confirmation Cancel Confirm