com.sonyericsson.hudson.plugins.metadata.contributors.impl
Class MavenJobMetadataContributor

java.lang.Object
  extended by com.sonyericsson.hudson.plugins.metadata.contributors.JobMetadataContributor
      extended by com.sonyericsson.hudson.plugins.metadata.contributors.impl.MavenJobMetadataContributor
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class MavenJobMetadataContributor
extends JobMetadataContributor

Job Contributor for Maven projects.

Author:
Robert Sandell <robert.sandell@sonymobile.com>

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
MavenJobMetadataContributor()
           
 
Method Summary
 List<MetadataValue> getMetaDataFor(hudson.model.AbstractProject job)
          Provides the meta-data that should be inserted into the project.
 
Methods inherited from class com.sonyericsson.hudson.plugins.metadata.contributors.JobMetadataContributor
all
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenJobMetadataContributor

public MavenJobMetadataContributor()
Method Detail

getMetaDataFor

public List<MetadataValue> getMetaDataFor(hudson.model.AbstractProject job)
Description copied from class: JobMetadataContributor
Provides the meta-data that should be inserted into the project.

Specified by:
getMetaDataFor in class JobMetadataContributor
Parameters:
job - the project.
Returns:
a list of meta data.


Copyright © 2004-2013. All Rights Reserved.