org.jvnet.hudson.update_center
Class HudsonWar

java.lang.Object
  extended by org.jvnet.hudson.update_center.MavenArtifact
      extended by org.jvnet.hudson.update_center.HudsonWar

public class HudsonWar
extends MavenArtifact

Author:
Kohsuke Kawaguchi

Field Summary
 
Fields inherited from class org.jvnet.hudson.update_center.MavenArtifact
artifact, repository, version
 
Constructor Summary
HudsonWar(MavenRepository repository, org.sonatype.nexus.index.ArtifactInfo artifact)
           
 
Method Summary
 String getFileName()
           
 URL getURL()
          Where to download from?
 
Methods inherited from class org.jvnet.hudson.update_center.MavenArtifact
getDateFormat, getManifestAttributes, getTimestamp, getTimestampAsDate, getTimestampAsString, getVersion, resolve, resolvePOM, toJSON, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HudsonWar

public HudsonWar(MavenRepository repository,
                 org.sonatype.nexus.index.ArtifactInfo artifact)
Method Detail

getURL

public URL getURL()
           throws MalformedURLException
Description copied from class: MavenArtifact
Where to download from?

Overrides:
getURL in class MavenArtifact
Throws:
MalformedURLException

getFileName

public String getFileName()


Copyright © 2004-2011. All Rights Reserved.