Class: Buildr::OptionalArtifact
- Inherits:
-
Artifact
- Object
- Rake::FileTask
- Artifact
- Buildr::OptionalArtifact
- Defined in:
- lib/buildr/packaging/artifact.rb
Overview
An artifact that is optional. If downloading fails, the user will be informed but it will not raise an exception.
Constant Summary
Constants inherited from Artifact
Constants included from ActsAsArtifact
ActsAsArtifact::ARTIFACT_ATTRIBUTES
Instance Attribute Summary
Attributes included from ActsAsArtifact
#classifier, #group, #id, #type, #version
Method Summary
Methods inherited from Artifact
#from, hash_to_file_name, #initialize, list, lookup, register, to_hash, to_spec
Methods included from ActsAsArtifact
#install, #pom, #pom_xml, #snapshot?, #sources_artifact, #to_spec, #to_spec_hash, #uninstall, #upload
Methods inherited from Rake::FileTask
Constructor Details
This class inherits a constructor from Buildr::Artifact