Skip to content

Commit 5af8fc8

Browse files
Brinkop Andre (uib05464)scurvydoggo
authored andcommitted
Add javadoc to agentUserName setter
1 parent a1c5082 commit 5af8fc8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/org/jenkinsci/plugins/GithubAuthorizationStrategy.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ public String getAdminUserNames() {
142142
return StringUtils.join(rootACL.getAdminUserNameList().iterator(), ", ");
143143
}
144144

145+
/**
146+
* @return agentUserName
147+
* @see GithubRequireOrganizationMembershipACL#getAgentUserName()
148+
*/
145149
public String getAgentUserName() {
146150
return rootACL.getAgentUserName();
147151
}

0 commit comments

Comments
 (0)