com.atlassian.bamboo.core
Interface Script

All Known Implementing Classes:
ScriptImpl

public interface Script

A generic interface that should be used for objects holding script data in Bamboo (inline scripts/instance shutdown or startup scripts etc.).


Method Summary
 String getBody()
          The accessor for the script body.
 void setBody(String body)
          The mutator for the script body.
 

Method Detail

getBody

@NotNull
String getBody()
The accessor for the script body.

Returns:
the script body

setBody

void setBody(@NotNull
             String body)
The mutator for the script body.

Parameters:
body - the script body.


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.