public static class CalendarView.Event extends Object
| Constructor and Description |
|---|
Event(hudson.model.TopLevelItem item,
Calendar start,
long durationInMillis) |
Event(hudson.model.TopLevelItem item,
hudson.model.Run build) |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getEnd() |
String |
getEndAsISO8601() |
hudson.model.TopLevelItem |
getItem() |
Calendar |
getStart() |
String |
getStartAsISO8601() |
String |
getTitle() |
CalendarView.EventType |
getType() |
String |
getTypeAsClassName() |
String |
getUrl() |
public Event(hudson.model.TopLevelItem item,
Calendar start,
long durationInMillis)
public Event(hudson.model.TopLevelItem item,
hudson.model.Run build)
public hudson.model.TopLevelItem getItem()
public Calendar getStart()
public String getStartAsISO8601()
public Calendar getEnd()
public String getEndAsISO8601()
public CalendarView.EventType getType()
public String getTypeAsClassName()
public String getUrl()
public String getTitle()
Copyright © 2016–2018. All rights reserved.