@Label(value="Participant") public interface MavenProjectParticipantDescriptor extends MavenDescriptor
Modifier and Type | Method and Description |
---|---|
String |
getEmail()
Get the email of the participant.
|
String |
getName()
Get the name of the participant.
|
String |
getOrganization()
Get the organization of the participant.
|
String |
getOrganizationUrl()
Get the organizationUrl of the participant.
|
List<MavenParticipantRoleDescriptor> |
getRoles()
Get roles of the participant.
|
String |
getTimezone()
Get the timezone of the developer.
|
String |
getUrl()
Get the url of the participant.
|
void |
setEmail(String email)
Set the email of the participant.
|
void |
setName(String name)
Set the name of the participant.
|
void |
setOrganization(String organization)
Set the organization of the participant.
|
void |
setOrganizationUrl(String organizationUrl)
Set the organizationUrl of the participant.
|
void |
setTimezone(String timezone)
Set the timezone of the participant.
|
void |
setUrl(String url)
Set the url of the participant.
|
@Property(value="name") String getName()
void setName(String name)
name
- The name.@Property(value="email") String getEmail()
void setEmail(String email)
email
- The email.@Property(value="url") String getUrl()
void setUrl(String url)
url
- The url.@Property(value="organization") String getOrganization()
void setOrganization(String organization)
organization
- The organization.@Property(value="organizationUrl") String getOrganizationUrl()
void setOrganizationUrl(String organizationUrl)
organizationUrl
- The organizationUrl.@Property(value="timezone") String getTimezone()
void setTimezone(String timezone)
timezone
- The timezone.@Relation(value="HAS_ROLES") List<MavenParticipantRoleDescriptor> getRoles()
Copyright © 2016 buschmais GbR. All rights reserved.