Class CreateDelivery
java.lang.Object
com.xebialabs.xlrelease.api.v1.forms.CreateDelivery
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getTitle()
boolean
void
setAutoComplete
(boolean autoComplete) void
setDescription
(String description) void
setDuration
(int duration) void
setEndDate
(Date endDate) void
setFolderId
(String folderId) void
setStartDate
(Date startDate) void
toString()
-
Field Details
-
startDate
-
endDate
-
-
Constructor Details
-
CreateDelivery
public CreateDelivery() -
CreateDelivery
-
-
Method Details
-
getFolderId
-
setFolderId
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getDuration
public int getDuration() -
setDuration
public void setDuration(int duration) -
getStartDate
-
setStartDate
-
getEndDate
-
setEndDate
-
isAutoComplete
public boolean isAutoComplete() -
setAutoComplete
public void setAutoComplete(boolean autoComplete) -
toString
-