@ExportedBean(defaultVisibility=999) @Extension public class LeaderBoardAction extends Object implements hudson.model.RootAction, hudson.security.AccessControlled
Modifier and Type | Class and Description |
---|---|
class |
LeaderBoardAction.UserScore |
Constructor and Description |
---|
LeaderBoardAction() |
Modifier and Type | Method and Description |
---|---|
void |
checkPermission(hudson.security.Permission p) |
void |
doResetScores(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
hudson.security.ACL |
getACL() |
hudson.model.Api |
getApi() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
List<LeaderBoardAction.UserScore> |
getUserScores()
Returns the user that are participants in the ci game
|
boolean |
hasPermission(hudson.security.Permission p) |
boolean |
isUserAvatarSupported() |
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getUrlName()
getUrlName
in interface hudson.model.Action
@Exported public List<LeaderBoardAction.UserScore> getUserScores()
@Exported public boolean isUserAvatarSupported()
public void doResetScores(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException
IOException
public hudson.security.ACL getACL()
getACL
in interface hudson.security.AccessControlled
public void checkPermission(hudson.security.Permission p)
checkPermission
in interface hudson.security.AccessControlled
public boolean hasPermission(hudson.security.Permission p)
hasPermission
in interface hudson.security.AccessControlled
public hudson.model.Api getApi()
Copyright © 2004-2015. All Rights Reserved.