Class DashboardEntry
java.lang.Object
hudson.model.AbstractDescribableImpl<DashboardEntry>
io.jenkins.plugins.pipelineoverview.DashboardEntry
- All Implemented Interfaces:
Describable<DashboardEntry>,Serializable
A single pipeline job to monitor on the overview dashboard.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetEnabled(boolean enabled) voidsetJobName(String jobName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.Describable
getDescriptor
-
Constructor Details
-
DashboardEntry
-
-
Method Details
-
getJobName
-
isEnabled
public boolean isEnabled() -
setJobName
-
setEnabled
@DataBoundSetter public void setEnabled(boolean enabled)
-