org.nuiton.jredmine.plugin.announcement
Interface AnnouncementGeneratorConfiguration
- All Known Implementing Classes:
- AbstractAnnouncementMojo, GenerateEmailAnnouncementMojo, GenerateNewsAnnouncementMojo
public interface AnnouncementGeneratorConfiguration
Created: 10 janv. 2010
- Since:
- 1.2.1
- Version:
- $Revision: 122 $
Mise a jour: $Date: 2010-01-24 19:51:06 +0100 (dim., 24 janv. 2010) $ par :
$Author: tchemit $
- Author:
- Tony Chemit Copyright Code Lutin
getUrl
String getUrl()
- Returns:
- the redmine url
getAttachmentLinkTemplate
String getAttachmentLinkTemplate()
- Returns:
- the redmine attachment url template
getLog
org.apache.maven.plugin.logging.Log getLog()
- Returns:
- logger
getArtifactId
String getArtifactId()
getArtifactUrls
Map<File,String> getArtifactUrls()
getAttachmentUrls
Map<Attachment,String> getAttachmentUrls()
getBasedir
String getBasedir()
getDeploymentUrl
String getDeploymentUrl()
getDevelopmentTeam
String getDevelopmentTeam()
getFinalName
String getFinalName()
getGroupId
String getGroupId()
getIntroduction
String getIntroduction()
getPackaging
String getPackaging()
getProjectUrl
String getProjectUrl()
getUrlDownload
String getUrlDownload()
getAnnounceParameters
Map<String,Object> getAnnounceParameters()
getVersionId
String getVersionId()
getProject
org.apache.maven.project.MavenProject getProject()
Copyright © 2009-2010 CodeLutin. All Rights Reserved.