Package com.polarion.alm.builder.spi
Interface IContextualBuildArtifact
public interface IContextualBuildArtifact
Build artifact with contextual information.
- Version:
- $Revision:57153 $ $Date:2006-08-08 13:12:26Z $
- Author:
- Stepan Roh, Polarion Software
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttachedValue
(String key, Object value) Add attached value.getAttachedValue
(String key) Return attached value (if any)."Real" build artifact.
-
Method Details
-
getBuildArtifact
IBuildArtifact getBuildArtifact()"Real" build artifact.- Returns:
- build artifact (not
null
)
-
addAttachedValue
Add attached value.- Parameters:
key
- keyvalue
- value- Throws:
IllegalArgumentException
- if key isnull
- See Also:
-
getAttachedValue
Return attached value (if any).- Parameters:
key
-- Returns:
- value or
null
if not set - See Also:
-