com.xebialabs.deployit.plugin.osb.ci
Class OsbJarMapping

java.lang.Object
  extended by com.xebialabs.deployit.BaseConfigurationItem
      extended by com.xebialabs.deployit.ci.mapping.Mapping
          extended by com.xebialabs.deployit.ci.artifact.mapping.DeployableArtifactMapping
              extended by com.xebialabs.deployit.plugin.osb.ci.OsbJarMapping
All Implemented Interfaces:
java.io.Serializable

@ConfigurationItem
public class OsbJarMapping
extends com.xebialabs.deployit.ci.artifact.mapping.DeployableArtifactMapping

See Also:
Serialized Form

Field Summary
private  OsbCustomizationFile osbCustomizationFile
           
 
Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem
label
 
Constructor Summary
OsbJarMapping()
           
OsbJarMapping(java.io.Serializable source, java.io.Serializable target)
           
 
Method Summary
 OsbCustomizationFile getOsbCustomizationFile()
           
 void setOsbCustomizationFile(OsbCustomizationFile osbCustomizationFile)
           
 
Methods inherited from class com.xebialabs.deployit.ci.artifact.mapping.DeployableArtifactMapping
addKeyValuePair, getKeyValuePairs, setKeyValuePairs
 
Methods inherited from class com.xebialabs.deployit.ci.mapping.Mapping
getSource, getTarget, isIdentical, isSimilar, setSource, setTarget
 
Methods inherited from class com.xebialabs.deployit.BaseConfigurationItem
equals, getLabel, hashCode, setLabel, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

osbCustomizationFile

@ConfigurationItemProperty(required=false,
                           description="OSB Customization File.")
private OsbCustomizationFile osbCustomizationFile
Constructor Detail

OsbJarMapping

public OsbJarMapping()

OsbJarMapping

public OsbJarMapping(java.io.Serializable source,
                     java.io.Serializable target)
Method Detail

getOsbCustomizationFile

public OsbCustomizationFile getOsbCustomizationFile()

setOsbCustomizationFile

public void setOsbCustomizationFile(OsbCustomizationFile osbCustomizationFile)


Copyright © 2010. All Rights Reserved.