Package io.jenkins.plugins.peopleview
Class AsynchPeople
- java.lang.Object
-
- jenkins.util.ProgressiveRendering
-
- io.jenkins.plugins.peopleview.AsynchPeople
-
public class AsynchPeople extends ProgressiveRendering
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
AsynchPeople.InnerPeople
JENKINS-16397 workaround
-
Field Summary
Fields Modifier and Type Field Description ModelObject
parent
-
Constructor Summary
Constructors Constructor Description AsynchPeople(View parent)
AsynchPeople(Jenkins parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
compute()
protected net.sf.json.JSON
data()
Api
getApi()
-
Methods inherited from class jenkins.util.ProgressiveRendering
canceled, executorService, news, progress, start, timeout
-
-
-
-
Field Detail
-
parent
public final ModelObject parent
-
-
Method Detail
-
compute
protected void compute() throws Exception
- Specified by:
compute
in classProgressiveRendering
- Throws:
Exception
-
data
@NonNull protected net.sf.json.JSON data()
- Specified by:
data
in classProgressiveRendering
-
getApi
public Api getApi()
-
-