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
 java.net.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HudsonWar

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

getURL

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

Overrides:
getURL in class MavenArtifact
Throws:
java.net.MalformedURLException


Copyright © 2010. All Rights Reserved.