public class ExcludedDate extends hudson.model.AbstractDescribableImpl<ExcludedDate>
| Modifier and Type | Class and Description |
|---|---|
static class |
ExcludedDate.DescriptorImpl
Descriptor class required for the UI.
|
| Constructor and Description |
|---|
ExcludedDate(String name,
String date)
Constructs an ExcludedDate object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDate()
Get the value of date.
|
String |
getName()
Get the value of name.
|
void |
setDate(String date)
Set the value of date.
|
void |
setName(String name)
Set the value of name.
|
Boolean |
shouldExclude(Calendar date) |
public final String getName()
public final String getDate()
public final void setDate(String date)
date - new value of date.public final void setName(String name)
name - new value of name.Copyright © 2016–2020. All rights reserved.