Copyright (C) 2012-2017 Spindrift B.V. All Rights Reserved Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
| Type | Name and description |
|---|---|
boolean |
checkDependsOnIntegrationTest |
java.lang.String |
javaSourceDirConfigures and overrides sourceSets { integrationTest { java.srcDir } } |
boolean |
mustRunAfterTest |
java.lang.String |
resourcesSourceDirConfigures and overrides sourceSets { integrationTest { resources.srcDir } } |
| Type | Name and description |
|---|---|
void |
checkDependsOnIntegrationTest(boolean checkDependsOnIntegrationTest) |
void |
javaSourceDir(java.lang.String javaSourceDir) |
void |
mustRunAfterTest(boolean mustRunAfterTest) |
void |
resourcesSourceDir(java.lang.String resourcesSourceDir) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |