Class PipelineAggregator
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.View
com.ooyala.jenkins.plugins.pipelineaggregatorview.PipelineAggregator
- All Implemented Interfaces:
ExtensionPoint
,Describable<View>
,DescriptorByNameOwner
,ModelObject
,Saveable
,SearchableModelObject
,SearchItem
,AccessControlled
,ModelObjectWithChildren
,HasWidgets
Created by paul on 20/09/16.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static final class
This descriptor class is required to configure the View PageNested classes/interfaces inherited from class hudson.model.View
View.PropertyList
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.View
CONFIGURE, CREATE, DELETE, description, filterExecutors, filterQueue, LIST, name, NEW_PRONOUN, owner, PERMISSIONS, READ, SORTER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
contains
(TopLevelItem item) doCreateItem
(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) List<org.jenkinsci.plugins.workflow.job.WorkflowJob>
filterJobs
(List<org.jenkinsci.plugins.workflow.job.WorkflowJob> jobs, Pattern r) getApi()
int
int
getItems()
int
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
protected Object
void
setOnlyLastBuild
(boolean onlyLastBuild) void
setRefreshInterval
(int refreshInterval) void
setShowBuildDuration
(boolean showBuildDuration) void
setShowBuildNumber
(boolean showBuildNumber) void
setShowBuildTime
(boolean showBuildTime) void
setShowCommitInfo
(boolean showCommitInfo) void
setUseScrollingCommits
(boolean useScrollingCommits) protected void
submit
(org.kohsuke.stapler.StaplerRequest2 req) Methods inherited from class hudson.model.View
all, allInstantiable, create, create, createViewFromXML, doCheckJobName, doChildrenContextMenu, doConfigDotXml, doConfigDotXml, doConfigSubmit, doCreateItem, doDoDelete, doItemCategories, doRssAll, doRssFailed, doRssLatest, doSubmitDescription, doSubmitDescription, getAbsoluteUrl, getACL, getActions, getAllItems, getAllProperties, getApplicablePropertyDescriptors, getApproximateQueueItemsQuickly, getBuilds, getColumns, getComputers, getDescription, getDescriptor, getDisplayName, getDynamic, getIndenter, getItem, getItemCreatePermission, getJob, getNewPronoun, getOwner, getOwnerItemGroup, getOwnerPrimaryView, getOwnerViewActions, getPostConstructLandingPage, getProperties, getQueueItems, getSearchUrl, getTimeline, getUrl, getViewName, getViewUrl, getVisiblePropertyDescriptors, isAutomaticRefreshEnabled, isDefault, isEditable, isFilterExecutors, isFilterQueue, makeSearchIndex, makeSearchIndex, onJobRenamed, registerPermissions, rename, save, setDescription, setFilterExecutors, setFilterQueue, submit, toString, updateByXml, updateTransientActions, writeXml
Methods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, requirePOST, sendError, sendError, sendError, sendError, sendError, sendError, sendError, sendError
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface hudson.security.AccessControlled
checkAnyPermission, checkPermission, hasAnyPermission, hasPermission, hasPermission2
Methods inherited from interface hudson.model.DescriptorByNameOwner
getDescriptorByName
Methods inherited from interface jenkins.widgets.HasWidgets
getWidget, getWidgets
Methods inherited from interface jenkins.model.ModelObjectWithChildren
doChildrenContextMenu
-
Constructor Details
-
PipelineAggregator
-
-
Method Details
-
readResolve
-
getItems
-
getFontSize
public int getFontSize() -
getBuildHistorySize
public int getBuildHistorySize() -
isUseCondensedTables
public boolean isUseCondensedTables() -
isShowCommitInfo
public boolean isShowCommitInfo() -
setShowCommitInfo
public void setShowCommitInfo(boolean showCommitInfo) -
isShowBuildNumber
public boolean isShowBuildNumber() -
setShowBuildNumber
public void setShowBuildNumber(boolean showBuildNumber) -
isShowBuildTime
public boolean isShowBuildTime() -
setShowBuildTime
public void setShowBuildTime(boolean showBuildTime) -
isShowBuildDuration
public boolean isShowBuildDuration() -
setShowBuildDuration
public void setShowBuildDuration(boolean showBuildDuration) -
isUseScrollingCommits
public boolean isUseScrollingCommits() -
setUseScrollingCommits
public void setUseScrollingCommits(boolean useScrollingCommits) -
isOnlyLastBuild
public boolean isOnlyLastBuild() -
setOnlyLastBuild
public void setOnlyLastBuild(boolean onlyLastBuild) -
getTableStyle
-
getFilterRegex
-
getRefreshInterval
public int getRefreshInterval() -
setRefreshInterval
public void setRefreshInterval(int refreshInterval) -
submit
protected void submit(org.kohsuke.stapler.StaplerRequest2 req) throws jakarta.servlet.ServletException, IOException - Overrides:
submit
in classView
- Throws:
jakarta.servlet.ServletException
IOException
-
doCreateItem
public Item doCreateItem(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) throws IOException, jakarta.servlet.ServletException - Overrides:
doCreateItem
in classView
- Throws:
IOException
jakarta.servlet.ServletException
-
contains
-
hasPermission
-
getApi
-
getBuildHistory
-
filterJobs
-