org.jenkins.ci.backend.plugin_report_card
Class Plugin

java.lang.Object
  extended by org.jenkins.ci.backend.plugin_report_card.Plugin
All Implemented Interfaces:
Comparable<Plugin>

public final class Plugin
extends Object
implements Comparable<Plugin>

Since:
1.0
Author:
Jesse Farinacci

Constructor Summary
Plugin(org.kohsuke.github.GHRepository repository, org.apache.maven.model.Model model)
           
 
Method Summary
 int compareTo(Plugin other)
           
 boolean equals(Object obj)
           
 String getArtifactId()
           
 String getEffectiveArtifactId()
           
 String getEffectiveGroupId()
           
 String getEffectiveName()
           
 String getEffectiveVersion()
           
 String getGroupId()
           
 String getName()
           
 String getParentArtifactId()
           
 String getParentGroupId()
           
 String getParentVersion()
           
 String getRepositoryUrl()
           
 String getVersion()
           
 int hashCode()
           
 boolean isJenkinsPlugin()
           
 boolean isOldHudsonPlugin()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Plugin

public Plugin(org.kohsuke.github.GHRepository repository,
              org.apache.maven.model.Model model)
Method Detail

compareTo

public int compareTo(Plugin other)
Specified by:
compareTo in interface Comparable<Plugin>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getArtifactId

public String getArtifactId()

getEffectiveArtifactId

public String getEffectiveArtifactId()

getEffectiveGroupId

public String getEffectiveGroupId()

getEffectiveName

public String getEffectiveName()

getEffectiveVersion

public String getEffectiveVersion()

getGroupId

public String getGroupId()

getName

public String getName()

getParentArtifactId

public String getParentArtifactId()

getParentGroupId

public String getParentGroupId()

getParentVersion

public String getParentVersion()

getRepositoryUrl

public String getRepositoryUrl()

getVersion

public String getVersion()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

isJenkinsPlugin

public boolean isJenkinsPlugin()

isOldHudsonPlugin

public boolean isOldHudsonPlugin()


Copyright © 2011. All Rights Reserved.