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: 157 $
Author:
tchemit

Method Summary
 Map<String,Object> getAnnounceParameters()
           
 String getArtifactId()
           
 Map<File,String> getArtifactUrls()
           
 String getAttachmentLinkTemplate()
           
 Map<Attachment,String> getAttachmentUrls()
           
 String getBasedir()
           
 String getDeploymentUrl()
           
 String getDevelopmentTeam()
           
 String getFinalName()
           
 String getGroupId()
           
 String getIntroduction()
           
 org.apache.maven.plugin.logging.Log getLog()
           
 String getPackaging()
           
 org.apache.maven.project.MavenProject getProject()
           
 String getProjectUrl()
           
 String getUrl()
           
 String getUrlDownload()
           
 String getVersionId()
           
 

Method Detail

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.